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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
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] )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
invokeCompilerForRun(source: String, agentClass: AgentKind, callingProcedure: Procedure, reporter: Boolean): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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] )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )