public abstract class TypeVariableImpl
extends java.lang.Object
implements javax.lang.model.type.TypeVariable
TypeVariable for unit tests.| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
javax.lang.model.type.TypeKind |
getKind() |
javax.lang.model.type.TypeMirror |
getLowerBound() |
javax.lang.model.type.TypeMirror |
getUpperBound() |
static javax.lang.model.type.TypeVariable |
newTypeVariable(java.lang.String variableName) |
java.lang.String |
toString() |
public static javax.lang.model.type.TypeVariable newTypeVariable(java.lang.String variableName)
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 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