Uses of Class
org.mvel2.ast.Proto
-
Packages that use Proto Package Description org.mvel2 org.mvel2.ast org.mvel2.util -
-
Uses of Proto in org.mvel2
Methods in org.mvel2 that return Proto Modifier and Type Method Description Proto
ParserContext. getProtoImport(java.lang.String name)
Methods in org.mvel2 with parameters of type Proto Modifier and Type Method Description void
ParserConfiguration. addImport(java.lang.String name, Proto proto)
void
ParserContext. addImport(Proto proto)
-
Uses of Proto in org.mvel2.ast
Fields in org.mvel2.ast declared as Proto Modifier and Type Field Description private Proto
Proto.ProtoInstance. protoType
Methods in org.mvel2.ast that return Proto Modifier and Type Method Description Proto
Proto.ProtoInstance. getProtoType()
Constructors in org.mvel2.ast with parameters of type Proto Constructor 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)
-
Uses of Proto in org.mvel2.util
Methods in org.mvel2.util that return Proto Modifier and Type Method Description Proto
ProtoParser. parse()
Methods in org.mvel2.util with parameters of type Proto Modifier and Type Method Description boolean
ProtoParser.DeferredTypeResolve. isWaitingFor(Proto proto)
static void
ProtoParser. notifyForLateResolution(Proto proto)
-