Class PythonRegexIssueLocation


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