Package | Description |
---|---|
org.mvel2 | |
org.mvel2.ast | |
org.mvel2.util |
Modifier and Type | Method and Description |
---|---|
Proto |
ParserContext.getProtoImport(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.addImport(Proto proto) |
void |
ParserConfiguration.addImport(String name,
Proto proto) |
Modifier and Type | Method and Description |
---|---|
Proto |
Proto.ProtoInstance.getProtoType() |
Constructor and Description |
---|
DeclProtoVarNode(String name,
Proto type,
int fields,
ParserContext pCtx) |
ProtoInstance(Proto protoType,
Object ctx,
Object thisCtx,
VariableResolverFactory factory) |
ProtoVarNode(char[] expr,
int start,
int offset,
int fields,
Proto type,
ParserContext pCtx) |
Modifier and Type | Method and Description |
---|---|
Proto |
ProtoParser.parse() |
Modifier and Type | Method and Description |
---|---|
static void |
ProtoParser.notifyForLateResolution(Proto proto) |
Copyright © 2018. All rights reserved.