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 | Method and Description |
---|---|
Proto |
Proto.ProtoInstance.getProtoType() |
Constructor and Description |
---|
DeclProtoVarNode(java.lang.String name,
Proto type,
int fields,
ParserContext pCtx) |
Proto.ProtoInstance(Proto protoType,
java.lang.Object ctx,
java.lang.Object thisCtx,
VariableResolverFactory factory) |
ProtoVarNode(char[] expr,
int fields,
Proto type,
ParserContext pCtx) |
ProtoVarNode(java.lang.String name,
Proto type) |
Modifier and Type | Method and Description |
---|---|
Proto |
ProtoParser.parse() |
Modifier and Type | Method and Description |
---|---|
static void |
ProtoParser.notifyForLateResolution(Proto proto) |
Copyright © 2012. All Rights Reserved.