Package org.sonar.python.regex
Interface RegexContext
public interface RegexContext
-
Method Summary
Modifier and TypeMethodDescriptionorg.sonarsource.analyzer.commons.regex.RegexParseResultregexForStringElement(StringElement stringElement, org.sonarsource.analyzer.commons.regex.ast.FlagSet flagSet)
-
Method Details
-
regexForStringElement
org.sonarsource.analyzer.commons.regex.RegexParseResult regexForStringElement(StringElement stringElement, org.sonarsource.analyzer.commons.regex.ast.FlagSet flagSet) -
addIssue
-
addIssue
PythonCheck.PreciseIssue addIssue(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement element, @Nullable String message)
-