Uses of Class
org.mvel2.util.ExecutionStack
-
Packages that use ExecutionStack Package Description org.mvel2.compiler org.mvel2.templates org.mvel2.util -
-
Uses of ExecutionStack in org.mvel2.compiler
Fields in org.mvel2.compiler declared as ExecutionStack Modifier and Type Field Description protected ExecutionStackAbstractParser. dStackprotected ExecutionStackAbstractParser. splitAccumulatorprotected ExecutionStackAbstractParser. stk -
Uses of ExecutionStack in org.mvel2.templates
Methods in org.mvel2.templates that return ExecutionStack Modifier and Type Method Description ExecutionStackTemplateRuntime. getRelPath()Methods in org.mvel2.templates with parameters of type ExecutionStack Modifier and Type Method Description NodeTemplateCompiler. compileFrom(Node root, ExecutionStack stack) -
Uses of ExecutionStack in org.mvel2.util
Methods in org.mvel2.util with parameters of type ExecutionStack Modifier and Type Method Description voidExecutionStack. copy2(ExecutionStack es)voidExecutionStack. copyx2(ExecutionStack es)Constructors in org.mvel2.util with parameters of type ExecutionStack Constructor Description FunctionParser(String functionName, int cursor, int endOffset, char[] expr, int fields, ParserContext pCtx, ExecutionStack splitAccumulator)ProtoParser(char[] expr, int offset, int offsetEnd, String protoName, ParserContext pCtx, int fields, ExecutionStack splitAccumulator)
-