class
Instruction
extends TokenHolder
Instance Constructors
-
new
Instruction
()
Abstract Value Members
-
def
syntax
(): Syntax
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
argEvalAgent
(context: Context, argIndex: Int): Agent
-
def
argEvalAgentSet
(context: Context, argIndex: Int, type: java.lang.Class[_ <: org.nlogo.agent.Agent]): AgentSet
-
def
argEvalAgentSet
(context: Context, argIndex: Int): AgentSet
-
def
argEvalBoolean
(context: Context, argIndex: Int): Boolean
-
def
argEvalBooleanValue
(context: Context, argIndex: Int): Boolean
-
def
argEvalCommandTask
(context: Context, argIndex: Int): CommandTask
-
def
argEvalDouble
(context: Context, argIndex: Int): Double
-
def
argEvalDoubleValue
(context: Context, argIndex: Int): Double
-
def
argEvalIntValue
(context: Context, argIndex: Int): Int
-
def
argEvalLink
(context: Context, argIndex: Int): Link
-
def
argEvalList
(context: Context, argIndex: Int): LogoList
-
def
argEvalPatch
(context: Context, argIndex: Int): Patch
-
def
argEvalReporterTask
(context: Context, argIndex: Int): ReporterTask
-
def
argEvalString
(context: Context, argIndex: Int): String
-
def
argEvalTurtle
(context: Context, argIndex: Int): Turtle
-
def
asInstanceOf
[T0]
: T0
-
def
checkForBreedCompatibility
(breed: AgentSet, context: Context): Unit
-
def
clone
(): AnyRef
-
def
copyFieldsFrom
(sourceInstr: Instruction): Unit
-
def
displayName
(): String
-
def
dump
(indentLevel: Int): String
-
def
dump
(): String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getPositionAndLength
(): Array[Int]
-
def
getSourceEndPosition
(): Int
-
def
getSourceSnippet
(): String
-
def
getSourceStartPosition
(): Int
-
def
hashCode
(): Int
-
def
init
(workspace: Workspace): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
mustNotBeDirected
(breed: AgentSet, context: Context): Unit
-
def
mustNotBeUndirected
(breed: AgentSet, context: Context): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
newValidDouble
(d: Double): Double
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
setSourceSnippet
(s: String): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
throwAgentClassException
(context: Context, agentClass: java.lang.Class[_ <: org.nlogo.agent.Agent]): Unit
-
def
toString
(): String
-
def
token
(token: Token): Unit
-
def
token
(): Token
-
def
tokenLimitingType
(token: Token): Unit
-
def
tokenLimitingType
(): Token
-
def
validDouble
(d: Double): Double
-
def
validLong
(d: Double): Long
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any