Uses of Class
com.thoughtworks.qdox.model.TypeVariable

Packages that use TypeVariable
com.thoughtworks.qdox.model   
 

Uses of TypeVariable in com.thoughtworks.qdox.model
 

Fields in com.thoughtworks.qdox.model declared as TypeVariable
static TypeVariable[] TypeVariable.EMPTY_ARRAY
           
 

Methods in com.thoughtworks.qdox.model that return TypeVariable
 TypeVariable ModelBuilder.createTypeVariable(String name, List typeParams)
           
 TypeVariable ModelBuilder.createTypeVariable(TypeVariableDef typeVariableDef)
           
static TypeVariable TypeVariable.createUnresolved(TypeVariableDef def, JavaClassParent context)
           
 TypeVariable[] JavaMethod.getTypeParameters()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type TypeVariable
protected  String Type.getGenericValue(TypeVariable[] typeVariableList)
           
protected  String Type.getResolvedGenericValue(TypeVariable[] typeParameters)
           
protected  String Type.getResolvedValue(TypeVariable[] typeParameters)
           
 void JavaMethod.setTypeParameters(TypeVariable[] typeParameters)
           
 



Copyright © 2002-2011. All Rights Reserved.