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 ProtoParserContext. getProtoImport(String name)Methods in org.mvel2 with parameters of type Proto Modifier and Type Method Description voidParserConfiguration. addImport(String name, Proto proto)voidParserContext. addImport(Proto proto) -
Uses of Proto in org.mvel2.ast
Methods in org.mvel2.ast that return Proto Modifier and Type Method Description ProtoProto.ProtoInstance. getProtoType()Constructors in org.mvel2.ast with parameters of type Proto Constructor 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) -
Uses of Proto in org.mvel2.util
Methods in org.mvel2.util that return Proto Modifier and Type Method Description ProtoProtoParser. parse()Methods in org.mvel2.util with parameters of type Proto Modifier and Type Method Description static voidProtoParser. notifyForLateResolution(Proto proto)
-