Uses of Class
org.mvel2.ExecutionContext
-
Packages that use ExecutionContext Package Description org.mvel2 org.mvel2.execution org.mvel2.util -
-
Uses of ExecutionContext in org.mvel2
Methods in org.mvel2 with parameters of type ExecutionContext Modifier and Type Method Description static ObjectMVEL. executeTbExpression(Object compiledExpression, ExecutionContext ctx, Map vars) -
Uses of ExecutionContext in org.mvel2.execution
Constructors in org.mvel2.execution with parameters of type ExecutionContext Constructor Description ExecutionArrayList(Collection<? extends E> c, ExecutionContext executionContext)ExecutionArrayList(ExecutionContext executionContext)ExecutionHashMap(int size, ExecutionContext executionContext) -
Uses of ExecutionContext in org.mvel2.util
Methods in org.mvel2.util with parameters of type ExecutionContext Modifier and Type Method Description static ObjectArgsRepackUtil. repack(ExecutionContext ctx, Object value)
-