PrimitiveCommand

org.nlogo.core.PrimitiveCommand
trait PrimitiveCommand extends Primitive

Attributes

Source
Primitive.scala
Graph
Supertypes
trait Primitive
class Object
trait Matchable
class Any
Known subtypes
trait Command

Members list

Value members

Inherited and Abstract methods

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

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

Attributes

Returns

the Syntax for the primitive.

See also

Syntax

Inherited from:
Primitive
Source
Primitive.scala