|
||||||||||
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,
String sourceName,
Class egressType,
ParserContext ctx,
boolean literalOnly)
|
Uses of ASTLinkedList in org.mvel2.util |
---|
Methods in org.mvel2.util that return ASTLinkedList | |
---|---|
static ASTLinkedList |
CompilerTools.finalizePayload(ASTLinkedList astLinkedList,
boolean secondPassOptimization,
ParserContext ctx)
Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible. |
Methods in org.mvel2.util with parameters of type ASTLinkedList | |
---|---|
static ASTLinkedList |
CompilerTools.finalizePayload(ASTLinkedList astLinkedList,
boolean secondPassOptimization,
ParserContext ctx)
Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |