Class

org.nlogo.nvm

Instruction

Related Doc: package nvm

Permalink

abstract class Instruction extends TokenHolder

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

Instance Constructors

  1. new Instruction()

    Permalink

Abstract Value Members

  1. abstract def syntax(): Syntax

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def argEvalAgent(context: Context, argIndex: Int): Agent

    Permalink
  5. def argEvalAgentSet(context: Context, argIndex: Int, kind: AgentKind): AgentSet

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

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

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

    Permalink
  9. def argEvalCodeBlock(context: Context, argIndex: Int): List[Token]

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

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

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

    Permalink
  13. def argEvalIntValue(context: Context, argIndex: Int): Int

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

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

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

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

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

    Permalink
  19. def argEvalSymbol(context: Context, argIndex: Int): Token

    Permalink
  20. def argEvalTurtle(context: Context, argIndex: Int): Turtle

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def checkForBreedCompatibility(breed: AgentSet, context: Context): Unit

    Permalink
    Attributes
    protected[org.nlogo.nvm]
  23. def clone(): AnyRef

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

    Permalink
  25. def displayName(): String

    Permalink
  26. def dump(indentLevel: Int): String

    Permalink
  27. def dump(): String

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

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

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

    Permalink
  31. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def getFilename(): String

    Permalink
  34. def getPositionAndLength(): Array[Int]

    Permalink
  35. def getSourceEndPosition(): Int

    Permalink
  36. def getSourceSnippet(): String

    Permalink
  37. def getSourceStartPosition(): Int

    Permalink
  38. def hashCode(): Int

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

    Permalink
  40. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected[org.nlogo.nvm]
  42. def mustNotBeUndirected(breed: AgentSet, context: Context): Unit

    Permalink
    Attributes
    protected[org.nlogo.nvm]
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def newValidDouble(d: Double): Double

    Permalink
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  49. def throwAgentClassException(context: Context, agentClass: AgentKind): Unit

    Permalink
  50. def toString(): String

    Permalink
    Definition Classes
    Instruction → AnyRef → Any
  51. def token(): Token

    Permalink
  52. def tokenLimitingType(token: Token): Unit

    Permalink
  53. def tokenLimitingType(): Token

    Permalink
  54. def token_=(token: Token): Unit

    Permalink
    Definition Classes
    InstructionTokenHolder
  55. def validDouble(d: Double): Double

    Permalink
  56. def validLong(d: Double): Long

    Permalink
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TokenHolder

Inherited from AnyRef

Inherited from Any

Ungrouped