Uses of Class
org.mvel2.util.ASTLinkedList
Packages that use ASTLinkedList
-
Uses of ASTLinkedList in org.mvel2.compiler
Constructors in org.mvel2.compiler with parameters of type ASTLinkedListModifierConstructorDescriptionCompiledExpression(ASTLinkedList astMap, String sourceName, Class egressType, ParserConfiguration parserConfiguration, boolean literalOnly) -
Uses of ASTLinkedList in org.mvel2.util
Methods in org.mvel2.util that return ASTLinkedListModifier and TypeMethodDescriptionstatic ASTLinkedListCompilerTools.finalizePayload(ASTLinkedList astLinkedList, boolean secondPassOptimization, ParserContext pCtx) Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible.Methods in org.mvel2.util with parameters of type ASTLinkedListModifier and TypeMethodDescriptionstatic ASTLinkedListCompilerTools.finalizePayload(ASTLinkedList astLinkedList, boolean secondPassOptimization, ParserContext pCtx) Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible.