public abstract static class GenericElementParameter.TypeVariableImpl
extends java.lang.Object
implements javax.lang.model.type.TypeVariable
GenericElement.| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
GenericElementParameter |
asElement() |
javax.lang.model.type.TypeKind |
getKind() |
javax.lang.model.type.TypeMirror |
getLowerBound() |
javax.lang.model.type.TypeMirror |
getUpperBound() |
java.lang.String |
toString() |
public javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorpublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirrorpublic GenericElementParameter asElement()
asElement in interface javax.lang.model.type.TypeVariablepublic javax.lang.model.type.TypeMirror getUpperBound()
getUpperBound in interface javax.lang.model.type.TypeVariablepublic javax.lang.model.type.TypeMirror getLowerBound()
getLowerBound in interface javax.lang.model.type.TypeVariablepublic java.lang.String toString()
toString in interface javax.lang.model.type.TypeMirrortoString in class java.lang.Object