class Evaluator extends AnyRef
- Source
- Evaluator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Evaluator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Evaluator(workspace: AbstractWorkspace)
Value Members
-
def
compileCommands(source: String, agentClass: AgentKind): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
def
compileForRun(source: String, context: Context, reporter: Boolean): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
def
compileReporter(source: String): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateCommands(owner: JobOwner, source: String, agentSet: AgentSet = workspace.world.observers, waitForCompletion: Boolean = true): Unit
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateReporter(owner: JobOwner, source: String, agents: AgentSet = workspace.world.observers): AnyRef
- Annotations
- @throws( classOf[CompilerException] )
-
def
invokeCompilerForRun(source: String, agentClass: AgentKind, callingProcedure: Procedure, reporter: Boolean): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
def
makeCommandThunk(source: String, agent: Agent, owner: JobOwner): CommandLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
def
makeReporterThunk(source: String, agent: Agent, owner: JobOwner): ReporterLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
def
readFromString(string: String): AnyRef
- Annotations
- @throws( classOf[CompilerException] )
-
def
runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
- returns
whether the code did a "stop" at the top level
- def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef