abstract class Instruction extends InstructionJ with TokenHolder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Instruction
  2. TokenHolder
  3. InstructionJ
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Instruction()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def argEvalAgent(context: Context, index: Int): Agent
  5. def argEvalAgentSet(context: Context, index: Int, kind: AgentKind): AgentSet
  6. def argEvalAgentSet(context: Context, index: Int): AgentSet
  7. def argEvalAnonymousCommand(context: Context, index: Int): api.AnonymousCommand
  8. def argEvalAnonymousReporter(context: Context, index: Int): api.AnonymousReporter
  9. def argEvalBoolean(context: Context, index: Int): Boolean
  10. def argEvalBooleanValue(context: Context, index: Int): Boolean
  11. def argEvalCodeBlock(context: Context, argIndex: Int): List[Token]
  12. def argEvalDouble(context: Context, index: Int): Double
  13. def argEvalDoubleValue(context: Context, index: Int): Double
  14. def argEvalIntValue(context: Context, index: Int): Int
  15. def argEvalLink(context: Context, index: Int): Link
  16. def argEvalList(context: Context, index: Int): LogoList
  17. def argEvalPatch(context: Context, index: Int): Patch
  18. def argEvalString(context: Context, index: Int): String
  19. def argEvalSymbol(context: Context, argIndex: Int): Token
  20. def argEvalTurtle(context: Context, index: Int): Turtle
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. var chosenMethod: Method
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  24. def copyFieldsFrom(sourceInstr: Instruction): Unit
  25. def copyMetadataFrom(srcInstr: Instruction): Unit
  26. var disassembly: Thunk[String]
  27. def displayName: String
  28. def dump(indentLevel: Int): String
  29. def dump: String
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def extractErrorInstruction(ex: EngineException): Instruction
  33. var fullSource: String
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  35. def getFilename: String
  36. def getPositionAndLength(): Array[Int]
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  38. def init(workspace: Workspace): Unit
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def newValidDouble(d: Double, context: Context): Double
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. var source: String
  45. var storedSourceEndPosition: Int
  46. var storedSourceSnippet: String
  47. var storedSourceStartPosition: Int
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def throwAgentClassException(context: Context, kind: AgentKind): Nothing
  50. def toString(): String
    Definition Classes
    Instruction → AnyRef → Any
  51. var token: Token
  52. def validDouble(d: Double, context: Context): Double
  53. def validLong(d: Double, context: Context): Long
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from TokenHolder

Inherited from InstructionJ

Inherited from AnyRef

Inherited from Any

Ungrouped