Uses of Class
org.sonar.plugins.python.api.IssueLocation
-
Packages that use IssueLocation Package Description org.sonar.plugins.python.api org.sonar.python.regex -
-
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(LocationInFile locationInFile, 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.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) -
Uses of IssueLocation in org.sonar.python.regex
Methods in org.sonar.python.regex that return IssueLocation Modifier and Type Method Description static IssueLocationPythonRegexIssueLocation. preciseLocation(List<org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement> syntaxElements, String message)static IssueLocationPythonRegexIssueLocation. preciseLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement syntaxElement, String message)static IssueLocationPythonRegexIssueLocation. preciseLocation(org.sonarsource.analyzer.commons.regex.RegexIssueLocation regexIssueLocation)
-