Package | Description |
---|---|
org.mvel2 | |
org.mvel2.compiler | |
org.mvel2.debug | |
org.mvel2.util |
Modifier and Type | Method and Description |
---|---|
static Object |
MVELRuntime.execute(boolean debugger,
CompiledExpression expression,
Object ctx,
VariableResolverFactory variableFactory)
Main interpreter.
|
static Object |
MVEL.executeDebugger(CompiledExpression expression,
Object ctx,
VariableResolverFactory vars) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
ExpressionCompiler._compile()
Initiate an in-context compileShared.
|
CompiledExpression |
ExpressionCompiler.compile() |
CompiledExpression |
ExpressionCompiler.compile(ParserContext ctx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
DebuggerContext.checkBreak(LineLabel label,
VariableResolverFactory factory,
CompiledExpression expression) |
static String |
DebugTools.decompile(CompiledExpression cExp) |
static Class |
DebugTools.determineType(String name,
CompiledExpression compiledExpression) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2015. All rights reserved.