| Package | Description |
|---|---|
| org.mvel2 | |
| org.mvel2.ast | |
| org.mvel2.util |
| Modifier and Type | Method and Description |
|---|---|
Proto |
ParserContext.getProtoImport(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserContext.addImport(Proto proto) |
void |
ParserConfiguration.addImport(java.lang.String name,
Proto proto) |
| Modifier and Type | Field and Description |
|---|---|
private Proto |
Proto.ProtoInstance.protoType |
| Modifier and Type | Method and Description |
|---|---|
Proto |
Proto.ProtoInstance.getProtoType() |
| Constructor and Description |
|---|
DeclProtoVarNode(java.lang.String name,
Proto type,
int fields,
ParserContext pCtx) |
ProtoInstance(Proto protoType,
java.lang.Object ctx,
java.lang.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 |
|---|---|
boolean |
ProtoParser.DeferredTypeResolve.isWaitingFor(Proto proto) |
static void |
ProtoParser.notifyForLateResolution(Proto proto) |