org.nlogo.workspace

Evaluator

class Evaluator extends AnyRef

Source
Evaluator.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Evaluator
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Evaluator (workspace: AbstractWorkspace)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def compileCommands (source: String, agentClass: Class[_ <: org.nlogo.agent.Agent]): Procedure

    Annotations
    @throws( classOf[CompilerException] )
  9. def compileForRun (source: String, context: Context, reporter: Boolean): Procedure

    Annotations
    @throws( classOf[CompilerException] )
  10. def compileReporter (source: String): Procedure

    Annotations
    @throws( classOf[CompilerException] )
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def evaluateCommands (owner: JobOwner, source: String, agentSet: AgentSet = workspace.world.observers, waitForCompletion: Boolean = true): Unit

    Annotations
    @throws( classOf[CompilerException] )
  14. def evaluateReporter (owner: JobOwner, source: String, agents: AgentSet = workspace.world.observers): AnyRef

    Annotations
    @throws( classOf[CompilerException] )
  15. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def invokeCompilerForRun (source: String, agentClass: Class[_ <: org.nlogo.agent.Agent], callingProcedure: Procedure, reporter: Boolean): Procedure

    Annotations
    @throws( classOf[CompilerException] )
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def makeCommandThunk (source: String, agent: Agent, owner: JobOwner): CommandLogoThunk

    Annotations
    @throws( classOf[CompilerException] )
  21. def makeReporterThunk (source: String, agent: Agent, owner: JobOwner): ReporterLogoThunk

    Annotations
    @throws( classOf[CompilerException] )
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def readFromString (string: String): AnyRef

    Annotations
    @throws( classOf[CompilerException] )
  26. def runCompiledCommands (owner: JobOwner, procedure: Procedure): Boolean

    returns

    whether the code did a "stop" at the top level

  27. def runCompiledReporter (owner: JobOwner, procedure: Procedure): AnyRef

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any