com.sun.mirror.type
Interface TypeVariable
-
All Superinterfaces:
-
ReferenceType,
TypeMirror
-
public interface TypeVariable
- extends
ReferenceType
Represents a type variable.
A type variable is declared by a
type parameter of a
type, method, or constructor.
-
Since:
- 1.5
getDeclaration
TypeParameterDeclaration getDeclaration()
- Returns the type parameter that declared this type variable.
-
-
-
Returns:
- the type parameter that declared this type variable
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.