public class Location extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Range
An object that contains references to the start and end of the eponymous range.
|
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Location.Range |
getByteRange()
Get the finding's byte range.
|
Location.Range |
getCodepointRange()
Get the finding's codepoint range.
|
Location.Range |
getColumnRange()
Get the finding's column range.
|
String |
getCommitAuthor()
Get the finding's commit author.
|
String |
getCommitHash()
Get the finding's commit hash.
|
Location.Range |
getRowRange()
Get the finding's row range.
|
String |
toString() |
public Location.Range getByteRange()
public Location.Range getCodepointRange()
public Location.Range getRowRange()
public Location.Range getColumnRange()
public String getCommitHash()
public String getCommitAuthor()
Copyright © 2022. All rights reserved.