c

org.nlogo.nvm

Instruction

abstract class Instruction extends AbstractScalaInstruction

Source
Instruction.java
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Instruction
  2. AbstractScalaInstruction
  3. TokenHolder
  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, argIndex: Int): Agent
  5. def argEvalAgentSet(context: Context, argIndex: Int, kind: AgentKind): AgentSet
  6. def argEvalAgentSet(context: Context, argIndex: Int): AgentSet
  7. def argEvalBoolean(context: Context, argIndex: Int): Boolean
  8. def argEvalBooleanValue(context: Context, argIndex: Int): Boolean
  9. def argEvalCodeBlock(context: Context, argIndex: Int): List[Token]
  10. def argEvalCommand(context: Context, argIndex: Int): api.AnonymousCommand
  11. def argEvalDouble(context: Context, argIndex: Int): Double
  12. def argEvalDoubleValue(context: Context, argIndex: Int): Double
  13. def argEvalIntValue(context: Context, argIndex: Int): Int
  14. def argEvalLink(context: Context, argIndex: Int): Link
  15. def argEvalList(context: Context, argIndex: Int): LogoList
  16. def argEvalPatch(context: Context, argIndex: Int): Patch
  17. def argEvalReporter(context: Context, argIndex: Int): api.AnonymousReporter
  18. def argEvalString(context: Context, argIndex: Int): String
  19. def argEvalSymbol(context: Context, argIndex: Int): Token
  20. def argEvalTurtle(context: Context, argIndex: Int): Turtle
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def checkForBreedCompatibility(breed: AgentSet, context: Context): Unit
    Attributes
    protected[org.nlogo.nvm]
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def copyFieldsFrom(sourceInstr: Instruction): Unit
  25. def copyMetadataFrom(srcInstr: Instruction): Unit
  26. def displayName(): String
  27. def dump(indentLevel: Int): String
  28. def dump(): String
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def extractErrorInstruction(ex: EngineException): Instruction
  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  34. def getFilename(): String
  35. def getPositionAndLength(): Array[Int]
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  37. def init(workspace: Workspace): Unit
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def newValidDouble(d: Double): Double
  41. final def notify(): Unit
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def throwAgentClassException(context: Context, kind: AgentKind): Nothing
    Definition Classes
    AbstractScalaInstruction
  45. def toString(): String
    Definition Classes
    Instruction → AnyRef → Any
  46. var token: Token
    Definition Classes
    AbstractScalaInstruction
  47. def validDouble(d: Double): Double
  48. def validLong(d: Double): Long
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractScalaInstruction

Inherited from TokenHolder

Inherited from AnyRef

Inherited from Any

Ungrouped