abstract class Instruction extends InstructionJ with TokenHolder
Ordering
- Alphabetic
- By Inheritance
Inherited
- Instruction
- TokenHolder
- InstructionJ
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Instruction()
Value Members
- def argEvalAgent(context: Context, index: Int): Agent
- def argEvalAgentSet(context: Context, index: Int, kind: AgentKind): AgentSet
- def argEvalAgentSet(context: Context, index: Int): AgentSet
- def argEvalAnonymousCommand(context: Context, index: Int): api.AnonymousCommand
- def argEvalAnonymousReporter(context: Context, index: Int): api.AnonymousReporter
- def argEvalBoolean(context: Context, index: Int): Boolean
- def argEvalBooleanValue(context: Context, index: Int): Boolean
- def argEvalCodeBlock(context: Context, argIndex: Int): List[Token]
- def argEvalDouble(context: Context, index: Int): Double
- def argEvalDoubleValue(context: Context, index: Int): Double
- def argEvalIntValue(context: Context, index: Int): Int
- def argEvalLink(context: Context, index: Int): Link
- def argEvalList(context: Context, index: Int): LogoList
- def argEvalPatch(context: Context, index: Int): Patch
- def argEvalString(context: Context, index: Int): String
- def argEvalSymbol(context: Context, argIndex: Int): Token
- def argEvalTurtle(context: Context, index: Int): Turtle
- var chosenMethod: Method
- def copyFieldsFrom(sourceInstr: Instruction): Unit
- def copyMetadataFrom(srcInstr: Instruction): Unit
- var disassembly: Thunk[String]
- def displayName: String
- def dump(indentLevel: Int): String
- def dump: String
- def extractErrorInstruction(ex: EngineException): Instruction
- var fullSource: String
- def getFilename: String
- def getPositionAndLength(): Array[Int]
- def init(workspace: Workspace): Unit
- def newValidDouble(d: Double, context: Context): Double
- var source: String
- var storedSourceEndPosition: Int
- var storedSourceSnippet: String
- var storedSourceStartPosition: Int
- def throwAgentClassException(context: Context, kind: AgentKind): Nothing
-
def
toString(): String
- Definition Classes
- Instruction → AnyRef → Any
- var token: Token
- def validDouble(d: Double, context: Context): Double
- def validLong(d: Double, context: Context): Long