public final class Location extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Location.Finder |
Constructor and Description |
---|
Location(String loc) |
Location(String fileName,
String target) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
Integer |
getLineNum() |
String |
getTarget() |
boolean |
isLine() |
boolean |
isMethod() |
static Location |
locationFromCallStackItem(String item) |
String |
toString() |