Uses of Class
org.mvel2.ast.TypeDescriptor
Packages that use TypeDescriptor
-
Uses of TypeDescriptor in org.mvel2.ast
Fields in org.mvel2.ast declared as TypeDescriptorMethods in org.mvel2.ast that return TypeDescriptorMethods in org.mvel2.ast with parameters of type TypeDescriptorModifier and TypeMethodDescriptionstatic Class
TypeDescriptor.getClassReference
(Class baseType, TypeDescriptor tDescr, VariableResolverFactory factory, ParserContext ctx) static Class
TypeDescriptor.getClassReference
(ParserContext ctx, Class cls, TypeDescriptor tDescr) static Class
TypeDescriptor.getClassReference
(ParserContext ctx, TypeDescriptor tDescr) Constructors in org.mvel2.ast with parameters of type TypeDescriptorModifierConstructorDescriptionNewObjectNode
(TypeDescriptor typeDescr, int fields, ParserContext pCtx) NewPrototypeNode
(TypeDescriptor t, ParserContext pCtx)