Interface NameOccurrence
-
public interface NameOccurrenceANameOccurrencerepresents one usage of a name declaration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImage()Gets the image of the used declaration, such as the variable name.ScopedNodegetLocation()Gets the location where the usage occurred.
-
-
-
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
-
-