Package | Description |
---|---|
org.mvel2.compiler | |
org.mvel2.util |
Modifier and Type | Method and Description |
---|---|
private boolean |
ExpressionCompiler.compileReduce(int opCode,
ASTLinkedList astBuild) |
Constructor and Description |
---|
CompiledExpression(ASTLinkedList astMap,
java.lang.String sourceName,
java.lang.Class egressType,
ParserConfiguration parserConfiguration,
boolean literalOnly) |
Modifier and Type | Method and Description |
---|---|
static ASTLinkedList |
CompilerTools.finalizePayload(ASTLinkedList astLinkedList,
boolean secondPassOptimization,
ParserContext pCtx)
Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible.
|
Modifier and Type | Method and Description |
---|---|
static ASTLinkedList |
CompilerTools.finalizePayload(ASTLinkedList astLinkedList,
boolean secondPassOptimization,
ParserContext pCtx)
Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible.
|
private static void |
CompilerTools.optimizeOperator(int operator,
ASTNode tk,
ASTNode tkOp,
ASTLinkedList astLinkedList,
ASTLinkedList optimizedAst,
ParserContext pCtx) |