Uses of Class
org.sonar.python.IssueLocation
-
Packages that use IssueLocation Package Description org.sonar.python -
-
Uses of IssueLocation in org.sonar.python
Methods in org.sonar.python that return IssueLocation Modifier and Type Method Description static IssueLocationIssueLocation. atFileLevel(String message)static IssueLocationIssueLocation. atLineLevel(String message, int lineNumber)static IssueLocationIssueLocation. preciseLocation(com.sonar.sslr.api.AstNode startNode, com.sonar.sslr.api.AstNode endNode, String message)static IssueLocationIssueLocation. preciseLocation(com.sonar.sslr.api.AstNode startNode, String message)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.python that return types with arguments of type IssueLocation Modifier and Type Method Description List<IssueLocation>PythonCheck.PreciseIssue. secondaryLocations()Methods in org.sonar.python with parameters of type IssueLocation Modifier and Type Method Description protected PythonCheck.PreciseIssuePythonCheckAstNode. addIssue(IssueLocation primaryLocation)PythonCheck.PreciseIssuePythonCheck.PreciseIssue. secondary(IssueLocation issueLocation)Constructors in org.sonar.python with parameters of type IssueLocation Constructor Description PreciseIssue(PythonCheck check, IssueLocation primaryLocation)
-