Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
Packages that use TypeVariableDef Package Description com.thoughtworks.qdox.model -
-
Uses of TypeVariableDef in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model with parameters of type TypeVariableDef Modifier and Type Method Description TypeVariable
ModelBuilder. createTypeVariable(TypeVariableDef typeVariableDef)
static TypeVariable
TypeVariable. createUnresolved(TypeVariableDef def, JavaClassParent context)
Constructors in com.thoughtworks.qdox.model with parameters of type TypeVariableDef Constructor Description TypeVariable(java.lang.String fullName, TypeVariableDef def, JavaClassParent context)
-