jcaas.script_nodes
Class EvaluationContext

java.lang.Object
  extended by jcaas.script_nodes.Context
      extended by jcaas.script_nodes.EvaluationContext

public class EvaluationContext
extends Context

This class represents a shared sotorage area for an EvalScript instance.


Field Summary
static java.lang.Object INIT
           
 
Constructor Summary
EvaluationContext()
           
 
Method Summary
 
Methods inherited from class jcaas.script_nodes.Context
getMethodFunction, getScriptFunctions, getStaticFunction, getVal, reset, setScriptFunctions, setVal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT

public static final java.lang.Object INIT
Constructor Detail

EvaluationContext

public EvaluationContext()