Class IssueLocation
- java.lang.Object
-
- org.sonar.plugins.php.api.visitors.IssueLocation
-
public class IssueLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description IssueLocation(Tree tree, String message)
IssueLocation(Tree startTree, Tree endTree, String message)
IssueLocation(LocationInFile locationInFile, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
endLine()
int
endLineOffset()
String
filePath()
String
message()
int
startLine()
int
startLineOffset()
-
-
-
Method Detail
-
startLine
public int startLine()
-
startLineOffset
public int startLineOffset()
-
endLine
public int endLine()
-
endLineOffset
public int endLineOffset()
-
filePath
@CheckForNull public String filePath()
-
-