Uses of Class
com.thoughtworks.qdox.parser.structs.TypeDef
-
Packages that use TypeDef Package Description com.thoughtworks.qdox.model com.thoughtworks.qdox.parser com.thoughtworks.qdox.parser.structs -
-
Uses of TypeDef in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model with parameters of type TypeDef Modifier and Type Method Description Type
ModelBuilder. createType(TypeDef typeDef)
Type
ModelBuilder. createType(TypeDef typeDef, int dimensions)
this one is specific for those cases where dimensions can be part of both the type and identifier i.e.static Type
Type. createUnresolved(TypeDef typeDef, int dimensions, JavaClassParent context)
static Type
Type. createUnresolved(TypeDef typeDef, JavaClassParent context)
Constructors in com.thoughtworks.qdox.model with parameters of type TypeDef Constructor Description Type(java.lang.String fullName, TypeDef typeDef, int dimensions, JavaClassParent context)
-
Uses of TypeDef in com.thoughtworks.qdox.parser
Methods in com.thoughtworks.qdox.parser with parameters of type TypeDef Modifier and Type Method Description Type
Builder. createType(TypeDef name)
-
Uses of TypeDef in com.thoughtworks.qdox.parser.structs
Subclasses of TypeDef in com.thoughtworks.qdox.parser.structs Modifier and Type Class Description class
WildcardTypeDef
WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.Fields in com.thoughtworks.qdox.parser.structs declared as TypeDef Modifier and Type Field Description TypeDef
MethodDef. returnType
TypeDef
FieldDef. type
Methods in com.thoughtworks.qdox.parser.structs that return TypeDef Modifier and Type Method Description TypeDef
WildcardTypeDef. getTypeDef()
Constructors in com.thoughtworks.qdox.parser.structs with parameters of type TypeDef Constructor Description WildcardTypeDef(TypeDef typeDef, java.lang.String wildcardExpressionType)
-