Class IssueLocation
- java.lang.Object
-
- org.sonar.plugins.javascript.api.visitors.IssueLocation
-
public class IssueLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description IssueLocation(Tree tree)IssueLocation(Tree tree, String message)IssueLocation(Tree firstTree, Tree lastTree, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intendLine()intendLineOffset()Stringmessage()intstartLine()intstartLineOffset()
-