Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef

Packages that use TypeVariableDef
com.thoughtworks.qdox.model   
com.thoughtworks.qdox.parser.impl   
 

Uses of TypeVariableDef in com.thoughtworks.qdox.model
 

Methods in com.thoughtworks.qdox.model with parameters of type TypeVariableDef
 TypeVariable ModelBuilder.createTypeVariable(TypeVariableDef typeVariableDef)
           
static TypeVariable TypeVariable.createUnresolved(TypeVariableDef def, JavaClassParent context)
           
 

Constructors in com.thoughtworks.qdox.model with parameters of type TypeVariableDef
TypeVariable(java.lang.String fullName, TypeVariableDef def, JavaClassParent context)
           
 

Uses of TypeVariableDef in com.thoughtworks.qdox.parser.impl
 

Fields in com.thoughtworks.qdox.parser.impl declared as TypeVariableDef
private  TypeVariableDef Parser.typeVariable