Interface RegexContext


public interface RegexContext
  • Method Details

    • regexForStringElement

      org.sonarsource.analyzer.commons.regex.RegexParseResult regexForStringElement(StringElement stringElement, org.sonarsource.analyzer.commons.regex.ast.FlagSet flagSet)
    • addIssue

      PythonCheck.PreciseIssue addIssue(Tree element, @Nullable String message)
    • addIssue

      PythonCheck.PreciseIssue addIssue(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement element, @Nullable String message)