public class TypeVariableImpl extends TypeMirrorImpl implements javax.lang.model.type.TypeVariable
_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.element.Element |
asElement() |
javax.lang.model.type.TypeKind |
getKind() |
javax.lang.model.type.TypeMirror |
getLowerBound() |
javax.lang.model.type.TypeMirror |
getUpperBound() |
equals, getAnnotation, getAnnotationBindings, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringpublic javax.lang.model.element.Element asElement()
asElement in interface javax.lang.model.type.TypeVariablepublic javax.lang.model.type.TypeMirror getLowerBound()
getLowerBound in interface javax.lang.model.type.TypeVariablepublic javax.lang.model.type.TypeMirror getUpperBound()
getUpperBound in interface javax.lang.model.type.TypeVariablepublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirroraccept in class TypeMirrorImplpublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorgetKind in class TypeMirrorImpl