Package org.mvel2
Class ExecutionContext
- java.lang.Object
-
- org.mvel2.ExecutionContext
-
- All Implemented Interfaces:
Serializable
public class ExecutionContext extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionContext()ExecutionContext(long maxAllowedMemory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcheckAssignVariable(String varName, Object value)voidcheckExecution()voiddumpValueReferences()voiddumpVars()longgetMemorySize()intnextId()longonValAdd(ExecutionObject obj, Object key, Object val)longonValRemove(ExecutionObject obj, Object key, Object val)voidstop()
-
-
-
Method Detail
-
nextId
public int nextId()
-
checkExecution
public void checkExecution()
-
stop
public void stop()
-
onValRemove
public long onValRemove(ExecutionObject obj, Object key, Object val)
-
onValAdd
public long onValAdd(ExecutionObject obj, Object key, Object val)
-
dumpVars
public void dumpVars()
-
dumpValueReferences
public void dumpValueReferences()
-
getMemorySize
public long getMemorySize()
-
-