Packages

t

org.nlogo.core

PrimitiveCommand

trait PrimitiveCommand extends Primitive

Source
Primitive.scala
Linear Supertypes
Primitive, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveCommand
  2. Primitive
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getSyntax: Syntax

    Returns Syntax which specifies the syntax that is acceptable for this primitive.

    Returns Syntax which specifies the syntax that is acceptable for this primitive. Used by the compiler for type-checking.

    returns

    the Syntax for the primitive.

    Definition Classes
    Primitive
    See also

    Syntax