Uses of Class
org.sonar.plugins.python.api.IssueLocation
-
Packages that use IssueLocation Package Description org.sonar.plugins.python.api -
-
Uses of IssueLocation in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return IssueLocation Modifier and Type Method Description static IssueLocationIssueLocation. atFileLevel(String message)static IssueLocationIssueLocation. atLineLevel(String message, int lineNumber)static IssueLocationIssueLocation. preciseLocation(Token token, String message)static IssueLocationIssueLocation. preciseLocation(Token from, Token to, String message)static IssueLocationIssueLocation. preciseLocation(Tree tree, String message)IssueLocationPythonCheck.PreciseIssue. primaryLocation()Methods in org.sonar.plugins.python.api that return types with arguments of type IssueLocation Modifier and Type Method Description List<IssueLocation>PythonCheck.PreciseIssue. secondaryLocations()Methods in org.sonar.plugins.python.api with parameters of type IssueLocation Modifier and Type Method Description PythonCheck.PreciseIssuePythonCheck.PreciseIssue. secondary(IssueLocation issueLocation)Constructors in org.sonar.plugins.python.api with parameters of type IssueLocation Constructor Description PreciseIssue(PythonCheck check, IssueLocation primaryLocation)
-