public interface WildcardType extends TypeMirror
? ? extends Number ? super T
A wildcard may have its upper bound explicitly set by an extends clause, its lower bound explicitly set by a super clause, or neither (but not both).
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getExtendsBound()
Returns the upper bound of this wildcard.
|
TypeMirror |
getSuperBound()
Returns the lower bound of this wildcard.
|
accept, equals, getKind, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeTypeMirrorgetExtendsBound()
null is returned.
TypeMirrorgetSuperBound()
null is returned.