Interface NameOccurrence


  • public interface NameOccurrence
    A NameOccurrence represents one usage of a name declaration.
    • Method Detail

      • getLocation

        ScopedNode getLocation()
        Gets the location where the usage occurred.
        Returns:
        the node
      • getImage

        String getImage()
        Gets the image of the used declaration, such as the variable name.
        Returns:
        the image