public static class IssueLocation.Range extends IssueLocation.Line
IssueLocation.File, IssueLocation.Line, IssueLocation.Range, IssueLocation.Type| Constructor and Description |
|---|
Range(Path sourcePath,
int line,
int column,
int endLine,
int endColumn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getEndColumn() |
int |
getEndLine() |
IssueLocation.Type |
getType() |
getLinegetSourcePathpublic Range(Path sourcePath, int line, int column, int endLine, int endColumn)
public int getColumn()
public int getEndLine()
public int getEndColumn()
public IssueLocation.Type getType()
getType in interface IssueLocationgetType in class IssueLocation.LineCopyright © 2009–2018 SonarSource. All rights reserved.