Package org.sonar.python.regex
Class PythonRegexIssueLocation
java.lang.Object
org.sonar.python.regex.PythonRegexIssueLocation
-
Method Summary
Modifier and TypeMethodDescriptionstatic IssueLocationpreciseLocation(List<org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement> syntaxElements, String message) static IssueLocationpreciseLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement syntaxElement, String message) static IssueLocationpreciseLocation(org.sonarsource.analyzer.commons.regex.RegexIssueLocation regexIssueLocation)
-
Method Details
-
preciseLocation
public static IssueLocation preciseLocation(org.sonarsource.analyzer.commons.regex.RegexIssueLocation regexIssueLocation) -
preciseLocation
public static IssueLocation preciseLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement syntaxElement, String message) -
preciseLocation
public static IssueLocation preciseLocation(List<org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement> syntaxElements, String message)
-