|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASTLinkedList | |
|---|---|
| org.mvel2.compiler | |
| org.mvel2.util | |
| Uses of ASTLinkedList in org.mvel2.compiler |
|---|
| Constructors in org.mvel2.compiler with parameters of type ASTLinkedList | |
|---|---|
CompiledExpression(ASTLinkedList astMap,
java.lang.String sourceName,
java.lang.Class egressType,
ParserContext ctx,
boolean literalOnly)
|
|
| Uses of ASTLinkedList in org.mvel2.util |
|---|
| Methods in org.mvel2.util that return ASTLinkedList | |
|---|---|
static ASTLinkedList |
CompilerTools.optimizeAST(ASTLinkedList astLinkedList,
boolean secondPassOptimization,
ParserContext ctx)
Optimize the AST, by reducing any stack-based-operations to dedicated nodes where possible. |
| Methods in org.mvel2.util with parameters of type ASTLinkedList | |
|---|---|
static ASTLinkedList |
CompilerTools.optimizeAST(ASTLinkedList astLinkedList,
boolean secondPassOptimization,
ParserContext ctx)
Optimize the AST, by reducing any stack-based-operations to dedicated nodes where possible. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||