Interface JavaFieldElement

All Superinterfaces:
Comparable<JavaElement>, org.revapi.Element<JavaElement>, JavaElement, JavaModelElement

public interface JavaFieldElement extends JavaModelElement
Elements in the element forest that represent Java fields, will implement this interface.
Since:
0.1
Author:
Lukas Krejci
  • Method Summary

    Modifier and Type
    Method
    Description
    For an inherited method for example, this will return the element in the super type that declares this method.
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.revapi.Element

    as, getApi, getArchive, getChildren, getCumulativeReferencedElements, getCumulativeReferencingElements, getFullHumanReadableString, getReferencedElements, getReferencingElements, iterateOverChildren, searchChildren, searchChildren, setParent, stream

    Methods inherited from interface org.revapi.java.spi.JavaElement

    getTypeEnvironment

    Methods inherited from interface org.revapi.java.spi.JavaModelElement

    getModelRepresentation, getParentType, isInherited