Class

org.nlogo.nvm

Instruction

Related Doc: package nvm

Permalink

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()

    Permalink

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 argEvalCommand(context: Context, argIndex: Int): api.AnonymousCommand

    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 argEvalReporter(context: Context, argIndex: Int): api.AnonymousReporter

    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 copyMetadataFrom(srcInstr: Instruction): Unit

    Permalink
  26. def displayName(): String

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

    Permalink
  28. def dump(): String

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

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

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

    Permalink
  32. def finalize(): Unit

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

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

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

    Permalink
  36. def getSourceEndPosition(): Int

    Permalink
  37. def getSourceSnippet(): String

    Permalink
  38. def getSourceStartPosition(): Int

    Permalink
  39. def hashCode(): Int

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

    Permalink
  41. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
  46. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def throwAgentClassException(context: Context, kind: AgentKind): Nothing

    Permalink
    Definition Classes
    AbstractScalaInstruction
  51. def toString(): String

    Permalink
    Definition Classes
    Instruction → AnyRef → Any
  52. var token: Token

    Permalink
    Definition Classes
    AbstractScalaInstruction
  53. def tokenLimitingType(token: Token): Unit

    Permalink
  54. def tokenLimitingType(): Token

    Permalink
  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 AbstractScalaInstruction

Inherited from TokenHolder

Inherited from AnyRef

Inherited from Any

Ungrouped