Uses of Class
org.mvel2.compiler.CompiledExpression
Packages that use CompiledExpression
-
Uses of CompiledExpression in org.mvel2
Fields in org.mvel2 with type parameters of type CompiledExpressionModifier and TypeFieldDescriptionprivate Map
<String, CompiledExpression> ParserContext.compiledExpressionCache
Methods in org.mvel2 that return types with arguments of type CompiledExpressionMethods in org.mvel2 with parameters of type CompiledExpressionModifier and TypeMethodDescriptionstatic Object
MVELRuntime.execute
(boolean debugger, CompiledExpression expression, Object ctx, VariableResolverFactory variableFactory) Main interpreter.static Object
MVEL.executeDebugger
(CompiledExpression expression, Object ctx, VariableResolverFactory vars) Method parameters in org.mvel2 with type arguments of type CompiledExpressionModifier and TypeMethodDescriptionstatic void
MVEL.executeExpression
(Iterable<CompiledExpression> compiledExpression) static void
MVEL.executeExpression
(Iterable<CompiledExpression> compiledExpression, Object ctx) static void
MVEL.executeExpression
(Iterable<CompiledExpression> compiledExpression, Object ctx, Map vars) static void
MVEL.executeExpression
(Iterable<CompiledExpression> compiledExpression, Object ctx, VariableResolverFactory vars) static void
MVEL.executeExpression
(Iterable<CompiledExpression> compiledExpression, Map vars) -
Uses of CompiledExpression in org.mvel2.compiler
Methods in org.mvel2.compiler that return CompiledExpression -
Uses of CompiledExpression in org.mvel2.debug
Methods in org.mvel2.debug with parameters of type CompiledExpressionModifier and TypeMethodDescriptionint
DebuggerContext.checkBreak
(LineLabel label, VariableResolverFactory factory, CompiledExpression expression) static String
DebugTools.decompile
(CompiledExpression cExp) private static String
DebugTools.decompile
(CompiledExpression cExp, boolean nest, DebugTools.DecompileContext context) static Class
DebugTools.determineType
(String name, CompiledExpression compiledExpression) -
Uses of CompiledExpression in org.mvel2.util
Methods in org.mvel2.util with parameters of type CompiledExpressionModifier and TypeMethodDescriptionprivate static Serializable
ParseTools._optimizeTree
(CompiledExpression compiled) CompilerTools.extractAllDeclaredFunctions
(CompiledExpression compile) Returns an ordered Map of all functions declared within an compiled script.static Serializable
ParseTools.optimizeTree
(CompiledExpression compiled)