Uses of Class
org.mvel2.ast.TypeDescriptor
-
Packages that use TypeDescriptor Package Description org.mvel2.ast -
-
Uses of TypeDescriptor in org.mvel2.ast
Fields in org.mvel2.ast declared as TypeDescriptor Modifier and Type Field Description private TypeDescriptorNewObjectNode. typeDescrMethods in org.mvel2.ast that return TypeDescriptor Modifier and Type Method Description TypeDescriptorNewObjectNode. getTypeDescr()Methods in org.mvel2.ast with parameters of type TypeDescriptor Modifier and Type Method Description static java.lang.ClassTypeDescriptor. getClassReference(java.lang.Class baseType, TypeDescriptor tDescr, VariableResolverFactory factory, ParserContext ctx)static java.lang.ClassTypeDescriptor. getClassReference(ParserContext ctx, java.lang.Class cls, TypeDescriptor tDescr)static java.lang.ClassTypeDescriptor. getClassReference(ParserContext ctx, TypeDescriptor tDescr)Constructors in org.mvel2.ast with parameters of type TypeDescriptor Constructor Description NewObjectNode(TypeDescriptor typeDescr, int fields, ParserContext pCtx)NewPrototypeNode(TypeDescriptor t, ParserContext pCtx)
-