public class DecoratedVariableElement extends DecoratedElement<VariableElement> implements VariableElement
delegate, env| Constructor and Description |
|---|
DecoratedVariableElement(VariableElement delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> v,
P p) |
Object |
getConstantValue() |
DocComment |
getDeferredDocComment() |
String |
getDocComment() |
String |
getDocComment(JavaDocTagHandler tagHandler) |
protected JavaDoc |
getJavaDoc(JavaDocTagHandler tagHandler,
boolean useDelegate) |
protected void |
setDocComment(DocComment docComment) |
asType, equals, getAnnotation, getAnnotationMirrors, getAnnotations, getAnnotationsByType, getDelegate, getDocValue, getDocValue, getEnclosedElements, getEnclosingElement, getJavaDoc, getJavaDoc, getKind, getModifiers, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnclosingElement, getSimpleNameasType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getKind, getModifiers, hashCodegetAnnotationsByTypepublic DecoratedVariableElement(VariableElement delegate, DecoratedProcessingEnvironment env)
public Object getConstantValue()
getConstantValue in interface VariableElementprotected void setDocComment(DocComment docComment)
public String getDocComment()
getDocComment in class DecoratedElement<VariableElement>public String getDocComment(JavaDocTagHandler tagHandler)
public DocComment getDeferredDocComment()
protected JavaDoc getJavaDoc(JavaDocTagHandler tagHandler, boolean useDelegate)
getJavaDoc in class DecoratedElement<VariableElement>public <R,P> R accept(ElementVisitor<R,P> v, P p)
accept in interface Elementaccept in class DecoratedElement<VariableElement>Copyright © 2006-2016–2022. All rights reserved.