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 |
static int |
UNKNOWN_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
|
public static final int UNKNOWN_LINE
public final int line