public interface ElementAdaptor extends Element
| Modifier and Type | Method and Description |
|---|---|
List<? extends AnnotationMirror> |
getAllAnnotationMirrors() |
String |
getDocComment() |
PackageElement |
getPackage() |
SourcePosition |
getSourcePosition() |
boolean |
hides(Element hidden) |
boolean |
isDeprecated() |
boolean |
isHiddenBy(Element hider) |
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCodeString getDocComment()
boolean isDeprecated()
PackageElement getPackage()
List<? extends AnnotationMirror> getAllAnnotationMirrors()
boolean hides(Element hidden)
boolean isHiddenBy(Element hider)
SourcePosition getSourcePosition()
Copyright © 2006-2016–2017. All rights reserved.