Comparable<org.revapi.Element>
, org.revapi.Element
, org.revapi.java.spi.JavaElement
, org.revapi.java.spi.JavaFieldElement
, org.revapi.java.spi.JavaModelElement
public final class FieldElement extends JavaElementBase<VariableElement,TypeMirror> implements org.revapi.java.spi.JavaFieldElement
element, environment, representation
Constructor | Description |
---|---|
FieldElement(ProbingEnvironment env,
org.revapi.Archive archive,
VariableElement element,
TypeMirror type) |
Modifier and Type | Method | Description |
---|---|---|
protected String |
createComparableSignature() |
|
protected String |
getHumanReadableElementType() |
|
org.revapi.java.spi.JavaTypeElement |
getParent() |
compareTo
as, getApi, getArchive, getChildren, getFullHumanReadableString, iterateOverChildren, searchChildren, searchChildren, setParent
compareTo, createFullHumanReadableString, equals, getApi, getArchive, getChildren, getComparableSignature, getDeclaringElement, getFullHumanReadableString, getModelRepresentation, getTypeEnvironment, hashCode, isInherited, setInherited, setParent, toString
getModelRepresentation, isInherited
public FieldElement(ProbingEnvironment env, org.revapi.Archive archive, VariableElement element, TypeMirror type)
@Nonnull public org.revapi.java.spi.JavaTypeElement getParent()
getParent
in interface org.revapi.Element
getParent
in interface org.revapi.java.spi.JavaFieldElement
getParent
in interface org.revapi.java.spi.JavaModelElement
getParent
in class JavaElementBase<VariableElement,TypeMirror>
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType
in class JavaElementBase<VariableElement,TypeMirror>
protected String createComparableSignature()
createComparableSignature
in class JavaElementBase<VariableElement,TypeMirror>
Copyright © 2014-2018 Lukas Krejci. All Rights Reserved.