Uses of Class
com.thoughtworks.qdox.model.TypeVariable
-
Packages that use TypeVariable Package Description com.thoughtworks.qdox.model -
-
Uses of TypeVariable in com.thoughtworks.qdox.model
Fields in com.thoughtworks.qdox.model declared as TypeVariable Modifier and Type Field Description static TypeVariable[]
TypeVariable. EMPTY_ARRAY
Methods in com.thoughtworks.qdox.model that return TypeVariable Modifier and Type Method Description TypeVariable
ModelBuilder. createTypeVariable(TypeVariableDef typeVariableDef)
TypeVariable
ModelBuilder. createTypeVariable(java.lang.String name, java.util.List typeParams)
static TypeVariable
TypeVariable. createUnresolved(TypeVariableDef def, JavaClassParent context)
TypeVariable[]
JavaClass. getTypeParameters()
TypeVariable[]
JavaMethod. getTypeParameters()
TypeVariable[]
JavaMethodDelegate. getTypeParameters()
Methods in com.thoughtworks.qdox.model with parameters of type TypeVariable Modifier and Type Method Description protected java.lang.String
Type. getGenericValue(TypeVariable[] typeVariableList)
protected java.lang.String
Type. getResolvedGenericValue(TypeVariable[] typeParameters)
protected java.lang.String
Type. getResolvedValue(TypeVariable[] typeParameters)
void
JavaClass. setTypeParameters(TypeVariable[] typeParameters)
void
JavaMethod. setTypeParameters(TypeVariable[] typeParameters)
void
JavaMethodDelegate. setTypeParameters(TypeVariable[] typeParameters)
-