Packages

t

org.nlogo.core

Primitive

trait Primitive extends AnyRef

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

Source
Primitive.scala
See also

Command

Reporter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Primitive
  2. AnyRef
  3. 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.

    See also

    Syntax