Uses of Class
com.thoughtworks.qdox.parser.structs.TypeDef
Packages that use TypeDef
Package
Description
-
Uses of TypeDef in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model with parameters of type TypeDefModifier and TypeMethodDescriptionModelBuilder.createType
(TypeDef typeDef) 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 TypeDefModifierConstructorDescriptionType
(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 -
Uses of TypeDef in com.thoughtworks.qdox.parser.structs
Subclasses of TypeDef in com.thoughtworks.qdox.parser.structsModifier and TypeClassDescriptionclass
WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.Fields in com.thoughtworks.qdox.parser.structs declared as TypeDefMethods in com.thoughtworks.qdox.parser.structs that return TypeDefConstructors in com.thoughtworks.qdox.parser.structs with parameters of type TypeDef