public class TypeVariableImpl extends TypeMirrorImpl implements TypeVariable
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
Element |
asElement() |
TypeKind |
getKind() |
TypeMirror |
getLowerBound() |
TypeMirror |
getUpperBound() |
equals, getAnnotation, getAnnotationBindings, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic Element asElement()
asElement in interface TypeVariablepublic TypeMirror getLowerBound()
getLowerBound in interface TypeVariablepublic TypeMirror getUpperBound()
getUpperBound in interface TypeVariablepublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class TypeMirrorImplpublic TypeKind getKind()
getKind in interface TypeMirrorgetKind in class TypeMirrorImplCopyright © 2015. All rights reserved.