Package | Description |
---|---|
org.netbeans.modules.gradle.java.api.output |
Modifier and Type | Method and Description |
---|---|
static Location |
Location.locationFromCallStackItem(String item) |
static Location |
Location.parseLocation(String loc)
Parses the given string in the format
a/b/c/ClassName$SubClas1$SubClass2.java:123 or
a/b/c/ClassName$SubClas1$SubClass2.java:methodName() to a Location |
Location |
Location.withNoTarget()
Returns a new location instance without the target(line number or method name)
of this location.
|
Modifier and Type | Method and Description |
---|---|
FileObject |
Location.Finder.findFileObject(Location loc) |
Constructor and Description |
---|
LocationOpener(Location location) |
LocationOpener(Location location,
Location.Finder finder) |