Class PythonRegexIssueLocation

java.lang.Object
org.sonar.python.regex.PythonRegexIssueLocation

public class PythonRegexIssueLocation extends Object
  • 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)