Uses of Class
org.mvel2.ast.Proto

Packages that use Proto
org.mvel2   
org.mvel2.ast   
org.mvel2.util   
 

Uses of Proto in org.mvel2
 

Methods in org.mvel2 that return Proto
 Proto ParserContext.getProtoImport(String name)
           
 

Methods in org.mvel2 with parameters of type Proto
 void ParserContext.addImport(Proto proto)
           
 void ParserConfiguration.addImport(String name, Proto proto)
           
 

Uses of Proto in org.mvel2.ast
 

Methods in org.mvel2.ast that return Proto
 Proto Proto.ProtoInstance.getProtoType()
           
 

Constructors in org.mvel2.ast with parameters of type Proto
DeclProtoVarNode(String name, Proto type, int fields, ParserContext pCtx)
           
Proto.ProtoInstance(Proto protoType, Object ctx, Object thisCtx, VariableResolverFactory factory)
           
ProtoVarNode(char[] expr, int fields, Proto type, ParserContext pCtx)
           
ProtoVarNode(String name, Proto type)
           
 

Uses of Proto in org.mvel2.util
 

Methods in org.mvel2.util that return Proto
 Proto ProtoParser.parse()
           
 

Methods in org.mvel2.util with parameters of type Proto
static void ProtoParser.notifyForLateResolution(Proto proto)
           
 



Copyright © 2011. All Rights Reserved.