Uses of Class
org.mvel2.util.ASTLinkedList

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.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.
 



Copyright © 2010. All Rights Reserved.