public class WildcardTypeImpl extends TypeMirrorImpl implements javax.lang.model.type.WildcardType
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
javax.lang.model.type.TypeMirror |
getExtendsBound() |
javax.lang.model.type.TypeKind |
getKind() |
javax.lang.model.type.TypeMirror |
getSuperBound() |
equals, getAnnotation, getAnnotationBindings, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringpublic javax.lang.model.type.TypeMirror getExtendsBound()
getExtendsBound in interface javax.lang.model.type.WildcardTypepublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorgetKind in class TypeMirrorImplpublic javax.lang.model.type.TypeMirror getSuperBound()
getSuperBound in interface javax.lang.model.type.WildcardTypepublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirroraccept in class TypeMirrorImpl