org.nlogo.nvm

Instruction

abstract class Instruction extends TokenHolder

Source
Instruction.java
Linear Supertypes
TokenHolder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Instruction
  2. TokenHolder
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Instruction()

Abstract Value Members

  1. abstract def syntax(): Syntax

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def argEvalAgent(context: Context, argIndex: Int): Agent

  7. def argEvalAgentSet(context: Context, argIndex: Int, type: java.lang.Class[_ <: org.nlogo.agent.Agent]): AgentSet

  8. def argEvalAgentSet(context: Context, argIndex: Int): AgentSet

  9. def argEvalBoolean(context: Context, argIndex: Int): Boolean

  10. def argEvalBooleanValue(context: Context, argIndex: Int): Boolean

  11. def argEvalCommandTask(context: Context, argIndex: Int): CommandTask

  12. def argEvalDouble(context: Context, argIndex: Int): Double

  13. def argEvalDoubleValue(context: Context, argIndex: Int): Double

  14. def argEvalIntValue(context: Context, argIndex: Int): Int

  15. def argEvalLink(context: Context, argIndex: Int): Link

  16. def argEvalList(context: Context, argIndex: Int): LogoList

  17. def argEvalPatch(context: Context, argIndex: Int): Patch

  18. def argEvalReporterTask(context: Context, argIndex: Int): ReporterTask

  19. def argEvalString(context: Context, argIndex: Int): String

  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[nvm]
  23. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def copyFieldsFrom(sourceInstr: Instruction): Unit

  25. def displayName(): String

  26. def dump(indentLevel: Int): String

  27. def dump(): String

  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  30. def extractErrorInstruction(ex: EngineException): Instruction

  31. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  33. def getPositionAndLength(): Array[Int]

  34. def getSourceEndPosition(): Int

  35. def getSourceSnippet(): String

  36. def getSourceStartPosition(): Int

  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. def init(workspace: Workspace): Unit

  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def mustNotBeDirected(breed: AgentSet, context: Context): Unit

    Attributes
    protected[nvm]
  41. def mustNotBeUndirected(breed: AgentSet, context: Context): Unit

    Attributes
    protected[nvm]
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. def newValidDouble(d: Double): Double

  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. def setSourceSnippet(s: String): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def throwAgentClassException(context: Context, agentClass: java.lang.Class[_ <: org.nlogo.agent.Agent]): Unit

  49. def toString(): String

    Definition Classes
    Instruction → AnyRef → Any
  50. def token(token: Token): Unit

    Definition Classes
    InstructionTokenHolder
  51. def token(): Token

  52. def tokenLimitingType(token: Token): Unit

  53. def tokenLimitingType(): Token

  54. def validDouble(d: Double): Double

  55. def validLong(d: Double): Long

  56. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TokenHolder

Inherited from AnyRef

Inherited from Any