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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var chosenMethod: Method
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extractErrorInstruction(ex: EngineException): Instruction
- var fullSource: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getFilename: String
- def getPositionAndLength(): Array[Int]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init(workspace: Workspace): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newValidDouble(d: Double, context: Context): Double
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- var source: String
- var storedSourceEndPosition: Int
- var storedSourceSnippet: String
- var storedSourceStartPosition: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- 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
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )