Uses of Class
org.mvel2.ExecutionContext
-
Packages that use ExecutionContext Package Description org.mvel2 org.mvel2.ast org.mvel2.execution org.mvel2.util -
-
Uses of ExecutionContext in org.mvel2
Methods in org.mvel2 that return types with arguments of type ExecutionContext Modifier and Type Method Description TriFunction<ExecutionContext,Object,Object[],Object[]>SandboxedParserConfiguration. getMethodInvocationChecker(Method method)Methods in org.mvel2 with parameters of type ExecutionContext Modifier and Type Method Description static ObjectMVEL. executeTbExpression(Object compiledExpression, ExecutionContext ctx, Map vars)Method parameters in org.mvel2 with type arguments of type ExecutionContext Modifier and Type Method Description voidSandboxedParserConfiguration. registerMethodInvocationChecker(Method method, TriFunction<ExecutionContext,Object,Object[],Object[]> methodInvocationCheckerFunction) -
Uses of ExecutionContext in org.mvel2.ast
Methods in org.mvel2.ast with parameters of type ExecutionContext Modifier and Type Method Description ObjectFunction. call(Object ctx, ExecutionContext execCtx, Object thisValue, VariableResolverFactory factory, Object[] parms)ObjectFunctionInstance. call(Object ctx, ExecutionContext execCtx, Object thisValue, VariableResolverFactory factory, Object[] parms)ObjectPrototypalFunctionInstance. call(Object ctx, ExecutionContext execCtx, Object thisValue, VariableResolverFactory factory, Object[] parms) -
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)
-