public class VariableElementImpl extends ElementImpl implements VariableElement
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> v,
P p) |
protected AnnotationBinding[] |
getAnnotationBindings() |
Object |
getConstantValue() |
List<? extends Element> |
getEnclosedElements() |
Element |
getEnclosingElement() |
ElementKind |
getKind() |
Set<Modifier> |
getModifiers() |
Name |
getSimpleName() |
boolean |
hides(Element hiddenElement)
Subclassed by VariableElementImpl, TypeElementImpl, and ExecutableElementImpl.
|
String |
toString() |
asType, equals, getAnnotation, getAnnotationMirrors, getFileName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitasType, equals, getAnnotation, getAnnotationMirrors, hashCodepublic <R,P> R accept(ElementVisitor<R,P> v, P p)
protected AnnotationBinding[] getAnnotationBindings()
getAnnotationBindings in class ElementImplpublic Object getConstantValue()
getConstantValue in interface VariableElementpublic List<? extends Element> getEnclosedElements()
getEnclosedElements in interface Elementpublic Element getEnclosingElement()
getEnclosingElement in interface Elementpublic ElementKind getKind()
public Set<Modifier> getModifiers()
getModifiers in interface ElementgetModifiers in class ElementImplpublic Name getSimpleName()
getSimpleName in interface ElementgetSimpleName in class ElementImplpublic boolean hides(Element hiddenElement)
ElementImplhides in class ElementImplhiddenElements.hides(javax.lang.model.element.Element, javax.lang.model.element.Element)public String toString()
toString in class ElementImplCopyright © 2013. All rights reserved.