Package | Description |
---|---|
org.mvel2.compiler | |
org.mvel2.templates | |
org.mvel2.util |
Modifier and Type | Field and Description |
---|---|
protected ExecutionStack |
AbstractParser.dStack |
protected ExecutionStack |
AbstractParser.splitAccumulator |
protected ExecutionStack |
AbstractParser.stk |
Modifier and Type | Field and Description |
---|---|
private ExecutionStack |
TemplateRuntime.relPath |
Modifier and Type | Method and Description |
---|---|
ExecutionStack |
TemplateRuntime.getRelPath() |
Modifier and Type | Method and Description |
---|---|
Node |
TemplateCompiler.compileFrom(Node root,
ExecutionStack stack) |
Modifier and Type | Field and Description |
---|---|
private ExecutionStack |
FunctionParser.splitAccumulator |
private ExecutionStack |
ProtoParser.splitAccumulator |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionStack.copy2(ExecutionStack es) |
void |
ExecutionStack.copyx2(ExecutionStack es) |
Constructor and Description |
---|
FunctionParser(java.lang.String functionName,
int cursor,
int endOffset,
char[] expr,
int fields,
ParserContext pCtx,
ExecutionStack splitAccumulator) |
ProtoParser(char[] expr,
int offset,
int offsetEnd,
java.lang.String protoName,
ParserContext pCtx,
int fields,
ExecutionStack splitAccumulator) |