|
||||||||||
| 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 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 | |
|---|---|
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)
|
| 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)
|
| 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 java.lang.String |
DebugTools.decompile(CompiledExpression cExp)
|
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 | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||