public final class FieldElement extends JavaElementBase<VariableElement,TypeMirror> implements org.revapi.java.spi.JavaFieldElement
element, representationarchive, environment| Constructor and Description |
|---|
FieldElement(ProbingEnvironment env,
org.revapi.Archive archive,
VariableElement element,
TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
FieldElement |
clone() |
protected String |
createComparableSignature() |
protected String |
getHumanReadableElementType() |
org.revapi.java.spi.JavaTypeElement |
getParent() |
compareTo, createFullHumanReadableString, equals, getApi, getChildren, getComparableSignature, getDeclaringElement, getFullHumanReadableString, getModelRepresentation, hashCode, isInherited, setInherited, setParent, toStringgetArchive, getTypeEnvironment, setArchivegetDirectChildrenOfType, iterateOverChildren, newChildrenInstance, searchChildren, searchChildrenfinalize, getClass, notify, notifyAll, wait, wait, waitgetModelRepresentation, isInheritedas, getApi, getArchive, getFullHumanReadableString, iterateOverChildren, searchChildren, searchChildren, setParentcompareTopublic FieldElement(ProbingEnvironment env, org.revapi.Archive archive, VariableElement element, TypeMirror type)
@Nonnull public org.revapi.java.spi.JavaTypeElement getParent()
getParent in interface org.revapi.ElementgetParent in interface org.revapi.java.spi.JavaFieldElementgetParent in interface org.revapi.java.spi.JavaModelElementgetParent in class JavaElementBase<VariableElement,TypeMirror>@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType in class JavaElementBase<VariableElement,TypeMirror>protected String createComparableSignature()
createComparableSignature in class JavaElementBase<VariableElement,TypeMirror>public FieldElement clone()
clone in class JavaElementBase<VariableElement,TypeMirror>Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.