public abstract class Location extends java.lang.Object implements java.lang.Comparable<Location>
CodeLocation) or some other file, e.g. JAR/APK
resources (FileLocation).| Modifier and Type | Field and Description |
|---|---|
int |
line |
| Modifier | Constructor and Description |
|---|---|
protected |
Location(int line) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName()
Returns the name of the location, e.g., the signature of a CodeLocation, or the filename of a FileLocation
|