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) |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
protected AnnotationBinding[] |
getAnnotationBindings() |
List<? extends AnnotationMirror> |
getAnnotationMirrors() |
<A extends Annotation> |
getAnnotationsByType(Class<A> annotationType) |
List<? extends TypeMirror> |
getBounds() |
List<? extends Element> |
getEnclosedElements() |
Element |
getEnclosingElement() |
Element |
getGenericElement() |
ElementKind |
getKind() |
String |
toString() |
asType, equals, getFileName, getModifiers, getPackedAnnotationBindings, getSimpleName, hashCode, hidesclone, finalize, getClass, notify, notifyAll, wait, wait, waitasType, equals, 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 AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface AnnotatedConstructgetAnnotationMirrors in interface ElementgetAnnotationMirrors in class ElementImplpublic <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
getAnnotationsByType in interface AnnotatedConstructgetAnnotationsByType in class ElementImplpublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface AnnotatedConstructgetAnnotation in interface ElementgetAnnotation 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 © 2015. All rights reserved.