Comparable<org.revapi.Element>, org.revapi.Element, org.revapi.java.spi.JavaAnnotationElement, org.revapi.java.spi.JavaElementpublic final class AnnotationElement
extends org.revapi.simple.SimpleElement
implements org.revapi.java.spi.JavaAnnotationElement
| Constructor | Description |
|---|---|
AnnotationElement(ProbingEnvironment environment,
org.revapi.Archive archive,
AnnotationMirror annotation) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(org.revapi.Element o) |
|
AnnotationMirror |
getAnnotation() |
|
org.revapi.API |
getApi() |
|
org.revapi.Archive |
getArchive() |
|
String |
getFullHumanReadableString() |
|
org.revapi.java.spi.JavaModelElement |
getParent() |
|
org.revapi.java.spi.TypeEnvironment |
getTypeEnvironment() |
|
String |
toString() |
as, getChildren, iterateOverChildren, searchChildren, searchChildren, setParentpublic AnnotationElement(ProbingEnvironment environment, org.revapi.Archive archive, AnnotationMirror annotation)
@Nonnull public org.revapi.java.spi.JavaModelElement getParent()
getParent in interface org.revapi.ElementgetParent in interface org.revapi.java.spi.JavaAnnotationElementgetParent in class org.revapi.simple.SimpleElement@Nonnull public org.revapi.API getApi()
getApi in interface org.revapi.Element@Nullable public org.revapi.Archive getArchive()
getArchive in interface org.revapi.Element@Nonnull public AnnotationMirror getAnnotation()
getAnnotation in interface org.revapi.java.spi.JavaAnnotationElement@Nonnull public org.revapi.java.spi.TypeEnvironment getTypeEnvironment()
getTypeEnvironment in interface org.revapi.java.spi.JavaElementpublic int compareTo(@Nonnull org.revapi.Element o)
compareTo in interface Comparable<org.revapi.Element>@Nonnull public String getFullHumanReadableString()
getFullHumanReadableString in interface org.revapi.ElementgetFullHumanReadableString in class org.revapi.simple.SimpleElementCopyright © 2017 Lukas Krejci. All Rights Reserved.