public class TypeParameterElementImpl extends ElementImpl implements TypeParameterElement
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> v,
P p) |
protected AnnotationBinding[] |
getAnnotationBindings() |
List<? extends TypeMirror> |
getBounds() |
List<? extends Element> |
getEnclosedElements() |
Element |
getEnclosingElement() |
Element |
getGenericElement() |
ElementKind |
getKind() |
String |
toString() |
asType, equals, getAnnotation, getAnnotationMirrors, getFileName, getModifiers, getSimpleName, hashCode, hidesclone, finalize, getClass, notify, notifyAll, wait, wait, waitasType, equals, getAnnotation, getAnnotationMirrors, getModifiers, getSimpleName, hashCodepublic List<? extends TypeMirror> getBounds()
getBounds in interface TypeParameterElementpublic Element getGenericElement()
getGenericElement in interface TypeParameterElementpublic <R,P> R accept(ElementVisitor<R,P> v, P p)
protected AnnotationBinding[] getAnnotationBindings()
getAnnotationBindings in class ElementImplpublic List<? extends Element> getEnclosedElements()
getEnclosedElements in interface Elementpublic Element getEnclosingElement()
getEnclosingElement in interface ElementgetEnclosingElement in interface TypeParameterElementpublic ElementKind getKind()
public String toString()
toString in class ElementImplCopyright © 2013. All rights reserved.