public interface ExtendedTypeVariable extends ExtendedReferenceType
ExtendedTypeMirror variant for TypeVariable.
Unlike TypeVariable, this interface does not
provide methods to obtain the upper and lower bounds of the type variable.
The bounds should be determined by inspecting the Element returned
by asElement.| Modifier and Type | Method and Description |
|---|---|
Element |
asElement()
Returns the element corresponding to this type variable.
|
ExtendedParameterDeclaration |
getDeclaration()
Get the
ExtendedParameterDeclaration for the declaration of
this type variable. |
accept, getKind, getOriginalType, isDeclarationgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeElement asElement()
ExtendedParameterDeclaration getDeclaration()
ExtendedParameterDeclaration for the declaration of
this type variable.