org.nlogo.workspace
Class Evaluator

java.lang.Object
  extended by org.nlogo.workspace.Evaluator

public final class Evaluator
extends Object


Method Summary
 boolean isConstant(String string)
           
 Object readFromString(String string)
           
static int sourceOffset(Class<? extends Agent> agentClass, boolean commands)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sourceOffset

public static int sourceOffset(Class<? extends Agent> agentClass,
                               boolean commands)

isConstant

public boolean isConstant(String string)

readFromString

public Object readFromString(String string)
                      throws CompilerException
Throws:
CompilerException