Package org.sonar.python.regex
Class PythonRegexIssueLocation
- java.lang.Object
-
- org.sonar.python.regex.PythonRegexIssueLocation
-
public class PythonRegexIssueLocation extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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)
-
-