public interface ExtendedWildcardType extends ExtendedTypeMirror
ExtendedTypeMirror variant for WildcardType.| Modifier and Type | Method and Description |
|---|---|
ExtendedTypeMirror |
getExtendsBound()
Returns the upper bound of this wildcard.
|
ExtendedTypeMirror |
getSuperBound()
Returns the lower bound of this wildcard.
|
accept, getKind, getOriginalType, isDeclarationgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeExtendedTypeMirror getExtendsBound()
WildcardType.getExtendsBound, if no upper bound is
explicitly declared, a ExtendedTypeMirror representing
java.lang.Object is returned.ExtendedTypeMirror getSuperBound()
WildcardType.getSuperBound, if no lower
bound is explicitly declared, a ExtendedTypeMirror representing
the type of null is returned.