public final class AnnotationElement extends AbstractJavaElement implements org.revapi.java.spi.JavaAnnotationElement
archive, environment| Constructor and Description |
|---|
AnnotationElement(ProbingEnvironment environment,
org.revapi.Archive archive,
AnnotationMirror annotation) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement |
clone() |
int |
compareTo(org.revapi.Element o) |
AnnotationMirror |
getAnnotation() |
org.revapi.API |
getApi() |
SortedSet<AnnotationElement> |
getChildren() |
String |
getFullHumanReadableString() |
org.revapi.java.spi.JavaModelElement |
getParent() |
org.revapi.java.spi.TypeEnvironment |
getTypeEnvironment() |
String |
toString() |
getArchive, setArchivegetDirectChildrenOfType, iterateOverChildren, newChildrenInstance, 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@Nonnull public SortedSet<AnnotationElement> getChildren()
getChildren in interface org.revapi.ElementgetChildren in interface org.revapi.java.spi.JavaElementgetChildren in class AbstractJavaElement@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.JavaElementgetTypeEnvironment in class AbstractJavaElementpublic 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.SimpleElementpublic AnnotationElement clone()
clone in class org.revapi.simple.SimpleElementCopyright © 2014-2020 Lukas Krejci. All Rights Reserved.