|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompiledExpression | |
---|---|
org.mvel2 | |
org.mvel2.compiler | |
org.mvel2.debug | |
org.mvel2.util |
Uses of CompiledExpression in org.mvel2 |
---|
Methods in org.mvel2 with parameters of type CompiledExpression | |
---|---|
static 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 CompiledExpression | |
---|---|
static void |
MVEL.executeExpression(Iterable<CompiledExpression> compiledExpression)
|
static void |
MVEL.executeExpression(Iterable<CompiledExpression> compiledExpression,
Map vars)
|
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)
|
Uses of CompiledExpression in org.mvel2.compiler |
---|
Methods in org.mvel2.compiler that return CompiledExpression | |
---|---|
CompiledExpression |
ExpressionCompiler._compile()
Initiate an in-context compile. |
CompiledExpression |
ExpressionCompiler.compile()
|
CompiledExpression |
ExpressionCompiler.compile(ParserContext ctx)
Deprecated. |
Uses of CompiledExpression in org.mvel2.debug |
---|
Methods in org.mvel2.debug with parameters of type CompiledExpression | |
---|---|
int |
DebuggerContext.checkBreak(LineLabel label,
VariableResolverFactory factory,
CompiledExpression expression)
|
static String |
DebugTools.decompile(CompiledExpression cExp)
|
static Class |
DebugTools.determineType(String name,
CompiledExpression compiledExpression)
|
Uses of CompiledExpression in org.mvel2.util |
---|
Methods in org.mvel2.util with parameters of type CompiledExpression | |
---|---|
static Map<String,Function> |
CompilerTools.extractAllDeclaredFunctions(CompiledExpression compile)
Returns an ordered Map of all functions declared within an compiled script. |
static Serializable |
ParseTools.optimizeTree(CompiledExpression compiled)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |