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. 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. final def asInstanceOf[T0]: T0

    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. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): java.lang.Class[_]

    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. final def isInstanceOf[T0]: Boolean

    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. final def ne(arg0: AnyRef): Boolean

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

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

    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. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()