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 TypeModelBuilder. createType(TypeDef typeDef)TypeModelBuilder. 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 TypeType. createUnresolved(TypeDef typeDef, int dimensions, JavaClassParent context)static TypeType. 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 TypeBuilder. 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 classWildcardTypeDefWildcardTypeDef 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 TypeDefMethodDef. returnTypeTypeDefFieldDef. typeMethods in com.thoughtworks.qdox.parser.structs that return TypeDef Modifier and Type Method Description TypeDefWildcardTypeDef. getTypeDef()Constructors in com.thoughtworks.qdox.parser.structs with parameters of type TypeDef Constructor Description WildcardTypeDef(TypeDef typeDef, java.lang.String wildcardExpressionType)
-