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
Methods in org.mvel2.execution with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic <T> Collection<T>ExecutionCollections.unmodifiableExecutionCollection(Collection<? extends T> c, ExecutionContext executionContext) static <T> List<T>ExecutionCollections.unmodifiableExecutionList(List<? extends T> list, ExecutionContext executionContext) static <K,V> Map<K, V> ExecutionCollections.unmodifiableExecutionMap(Map<? extends K, ? extends V> m, ExecutionContext executionContext) static <T> Set<T>ExecutionCollections.unmodifiableExecutionSet(Set<? extends T> s, ExecutionContext executionContext) Constructors in org.mvel2.execution with parameters of type ExecutionContextModifierConstructorDescriptionExecutionArrayList(Collection<? extends E> c, ExecutionContext executionContext) ExecutionArrayList(ExecutionContext executionContext) ExecutionHashMap(int size, ExecutionContext executionContext) ExecutionHashMap(Map<K, V> map, ExecutionContext executionContext) ExecutionLinkedHashSet(Set<? extends E> s, ExecutionContext executionContext) ExecutionLinkedHashSet(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)