Uses of Class
org.mvel2.util.ASTLinkedList
-
Packages that use ASTLinkedList Package Description org.mvel2.compiler org.mvel2.util -
-
Uses of ASTLinkedList in org.mvel2.compiler
Methods in org.mvel2.compiler with parameters of type ASTLinkedList Modifier and Type Method Description private boolean
ExpressionCompiler. compileReduce(int opCode, ASTLinkedList astBuild)
Constructors in org.mvel2.compiler with parameters of type ASTLinkedList Constructor Description CompiledExpression(ASTLinkedList astMap, java.lang.String sourceName, java.lang.Class egressType, ParserConfiguration parserConfiguration, boolean literalOnly)
-
Uses of ASTLinkedList in org.mvel2.util
Methods in org.mvel2.util that return ASTLinkedList Modifier and Type Method Description static 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 ASTLinkedList Modifier and Type Method Description static 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)
-