Uses of Class
org.mvel2.compiler.CompiledExpression
-
Packages that use CompiledExpression Package Description org.mvel2 org.mvel2.compiler org.mvel2.debug org.mvel2.util -
-
Uses of CompiledExpression in org.mvel2
Fields in org.mvel2 with type parameters of type CompiledExpression Modifier and Type Field Description private java.util.Map<java.lang.String,CompiledExpression>
ParserContext. compiledExpressionCache
Methods in org.mvel2 that return types with arguments of type CompiledExpression Modifier and Type Method Description java.util.Map<java.lang.String,CompiledExpression>
ParserContext. getCompiledExpressionCache()
Methods in org.mvel2 with parameters of type CompiledExpression Modifier and Type Method Description static java.lang.Object
MVELRuntime. execute(boolean debugger, CompiledExpression expression, java.lang.Object ctx, VariableResolverFactory variableFactory)
Main interpreter.static java.lang.Object
MVEL. executeDebugger(CompiledExpression expression, java.lang.Object ctx, VariableResolverFactory vars)
Method parameters in org.mvel2 with type arguments of type CompiledExpression Modifier and Type Method Description static void
MVEL. executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression)
static void
MVEL. executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression, java.lang.Object ctx)
static void
MVEL. executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression, java.lang.Object ctx, java.util.Map vars)
static void
MVEL. executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression, java.lang.Object ctx, VariableResolverFactory vars)
static void
MVEL. executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression, java.util.Map vars)
-
Uses of CompiledExpression in org.mvel2.compiler
Methods in org.mvel2.compiler that return CompiledExpression Modifier and Type Method Description CompiledExpression
ExpressionCompiler. _compile()
Initiate an in-context compileShared.CompiledExpression
ExpressionCompiler. compile()
-
Uses of CompiledExpression in org.mvel2.debug
Methods in org.mvel2.debug with parameters of type CompiledExpression Modifier and Type Method Description int
DebuggerContext. checkBreak(LineLabel label, VariableResolverFactory factory, CompiledExpression expression)
static java.lang.String
DebugTools. decompile(CompiledExpression cExp)
private static java.lang.String
DebugTools. decompile(CompiledExpression cExp, boolean nest, DebugTools.DecompileContext context)
static java.lang.Class
DebugTools. determineType(java.lang.String name, CompiledExpression compiledExpression)
-
Uses of CompiledExpression in org.mvel2.util
Methods in org.mvel2.util with parameters of type CompiledExpression Modifier and Type Method Description private static java.io.Serializable
ParseTools. _optimizeTree(CompiledExpression compiled)
static java.util.Map<java.lang.String,Function>
CompilerTools. extractAllDeclaredFunctions(CompiledExpression compile)
Returns an ordered Map of all functions declared within an compiled script.static java.io.Serializable
ParseTools. optimizeTree(CompiledExpression compiled)
-