Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef
Packages that use TypeVariableDef
-
Uses of TypeVariableDef in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model with parameters of type TypeVariableDefModifier and TypeMethodDescriptionModelBuilder.createTypeVariable
(TypeVariableDef typeVariableDef) static TypeVariable
TypeVariable.createUnresolved
(TypeVariableDef def, JavaClassParent context) Constructors in com.thoughtworks.qdox.model with parameters of type TypeVariableDefModifierConstructorDescriptionTypeVariable
(String fullName, TypeVariableDef def, JavaClassParent context)