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 Link icon

    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 Link icon

    compareTo

    Methods inherited from interface org.revapi.Element Link icon

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

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

    getTypeEnvironment

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

    getModelRepresentation, getParentType, isInherited