FileDocCategorySizeDatePackage
TypeVariable.javaAPI DocJava SE 5 API770Fri Aug 26 14:55:14 BST 2005com.sun.mirror.type

TypeVariable

public interface TypeVariable implements ReferenceType
Represents a type variable. A type variable is declared by a {@linkplain TypeParameterDeclaration type parameter} of a type, method, or constructor.
author
Joe Darcy
author
Scott Seligman
version
1.1 04/01/26
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public com.sun.mirror.declaration.TypeParameterDeclarationgetDeclaration()
Returns the type parameter that declared this type variable.

return
the type parameter that declared this type variable