Package | Description |
---|---|
org.mvel2 | |
org.mvel2.compiler | |
org.mvel2.debug | |
org.mvel2.util |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static void |
MVEL.executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression) |
static void |
MVEL.executeExpression(java.lang.Iterable<CompiledExpression> compiledExpression,
java.util.Map vars) |
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) |
Modifier and Type | Method and Description |
---|---|
CompiledExpression |
ExpressionCompiler._compile()
Initiate an in-context compile.
|
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 java.lang.String |
DebugTools.decompile(CompiledExpression cExp) |
static java.lang.Class |
DebugTools.determineType(java.lang.String name,
CompiledExpression compiledExpression) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014. All Rights Reserved.