Uses of Class
org.mvel2.util.ExecutionStack
Packages that use ExecutionStack
-
Uses of ExecutionStack in org.mvel2.compiler
Fields in org.mvel2.compiler declared as ExecutionStackModifier and TypeFieldDescriptionprotected ExecutionStack
AbstractParser.dStack
protected ExecutionStack
AbstractParser.splitAccumulator
protected ExecutionStack
AbstractParser.stk
-
Uses of ExecutionStack in org.mvel2.templates
Fields in org.mvel2.templates declared as ExecutionStackMethods in org.mvel2.templates that return ExecutionStackMethods in org.mvel2.templates with parameters of type ExecutionStack -
Uses of ExecutionStack in org.mvel2.util
Fields in org.mvel2.util declared as ExecutionStackModifier and TypeFieldDescriptionprivate ExecutionStack
FunctionParser.splitAccumulator
private ExecutionStack
ProtoParser.splitAccumulator
Methods in org.mvel2.util with parameters of type ExecutionStackModifier and TypeMethodDescriptionvoid
ExecutionStack.copy2
(ExecutionStack es) void
ExecutionStack.copyx2
(ExecutionStack es) Constructors in org.mvel2.util with parameters of type ExecutionStackModifierConstructorDescriptionFunctionParser
(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)