public class IssueLocation extends Object
| Constructor and Description |
|---|
IssueLocation(Tree tree) |
IssueLocation(Tree tree,
String message) |
IssueLocation(Tree firstTree,
Tree lastTree,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
endLine() |
int |
endLineOffset() |
String |
message() |
int |
startLine() |
int |
startLineOffset() |
public IssueLocation(Tree tree)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.