Uses of Class
org.mvel2.ExecutionContext
Packages that use ExecutionContext
-
Uses of ExecutionContext in org.mvel2
Methods in org.mvel2 that return types with arguments of type ExecutionContextModifier and TypeMethodDescriptionSandboxedParserConfiguration.getMethodInvocationChecker(Method method) Methods in org.mvel2 with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic ObjectMVEL.executeTbExpression(Object compiledExpression, ExecutionContext ctx, Map vars) Method parameters in org.mvel2 with type arguments of type ExecutionContextModifier and TypeMethodDescriptionvoidSandboxedParserConfiguration.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 ExecutionContextModifier and TypeMethodDescriptionFunction.call(Object ctx, ExecutionContext execCtx, Object thisValue, VariableResolverFactory factory, Object[] parms) FunctionInstance.call(Object ctx, ExecutionContext execCtx, Object thisValue, VariableResolverFactory factory, Object[] parms) PrototypalFunctionInstance.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 ExecutionContextModifierConstructorDescriptionExecutionArrayList(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 ExecutionContextModifier and TypeMethodDescriptionstatic ObjectArgsRepackUtil.repack(ExecutionContext ctx, Object value)