Uses of Class
org.mvel2.ast.TypeDescriptor

Packages that use TypeDescriptor
org.mvel2.ast   
 

Uses of TypeDescriptor in org.mvel2.ast
 

Methods in org.mvel2.ast that return TypeDescriptor
 TypeDescriptor NewObjectNode.getTypeDescr()
           
 

Methods in org.mvel2.ast with parameters of type TypeDescriptor
static java.lang.Class TypeDescriptor.getClassReference(java.lang.Class baseType, TypeDescriptor tDescr, VariableResolverFactory factory, ParserContext ctx)
           
static java.lang.Class TypeDescriptor.getClassReference(ParserContext ctx, java.lang.Class cls, TypeDescriptor tDescr)
           
static java.lang.Class TypeDescriptor.getClassReference(ParserContext ctx, TypeDescriptor tDescr)
           
 

Constructors in org.mvel2.ast with parameters of type TypeDescriptor
NewObjectNode(TypeDescriptor typeDescr, int fields, ParserContext pCtx)
           
NewPrototypeNode(TypeDescriptor t)
           
 



Copyright © 2010. All Rights Reserved.