Uses of Class
org.mvel2.util.ASTLinkedList
Packages that use ASTLinkedList
-
Uses of ASTLinkedList in org.mvel2.compiler
Methods in org.mvel2.compiler with parameters of type ASTLinkedListModifier and TypeMethodDescriptionprivate boolean
ExpressionCompiler.compileReduce
(int opCode, ASTLinkedList astBuild) 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 ASTLinkedList
CompilerTools.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 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)