public class DecoratedTypeParameterElement extends DecoratedElement<TypeParameterElement> implements TypeParameterElement
delegate, env| Constructor and Description |
|---|
DecoratedTypeParameterElement(TypeParameterElement delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> v,
P p) |
List<? extends TypeMirror> |
getBounds() |
Element |
getGenericElement() |
asType, equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, getDocValue, getEnclosedElements, getEnclosingElement, getJavaDoc, getJavaDoc, getJavaDoc, getKind, getModifiers, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnclosingElementasType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getKind, getModifiers, getSimpleName, hashCodepublic DecoratedTypeParameterElement(TypeParameterElement delegate, DecoratedProcessingEnvironment env)
public Element getGenericElement()
getGenericElement in interface TypeParameterElementpublic List<? extends TypeMirror> getBounds()
getBounds in interface TypeParameterElementpublic <R,P> R accept(ElementVisitor<R,P> v, P p)
accept in interface Elementaccept in class DecoratedElement<TypeParameterElement>Copyright © 2006-2016–2017. All rights reserved.