Primitive

org.nlogo.core.Primitive
trait Primitive

Top-level interface for primitives (commands or reporters). Not to be implemented directly; the Command or Reporter interface should be used instead.

Attributes

See also

Command

Reporter

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

Members list

Value members

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

Source
Primitive.scala