Interface NameOccurrence
-
public interface NameOccurrence
ANameOccurrence
represents one usage of a name declaration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImage()
Gets the image of the used declaration, such as the variable name.ScopedNode
getLocation()
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
-
-