Package org.sonar.python.regex
Interface RegexContext
-
public interface RegexContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PythonCheck.PreciseIssueaddIssue(Tree element, String message)PythonCheck.PreciseIssueaddIssue(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement element, String message)org.sonarsource.analyzer.commons.regex.RegexParseResultregexForStringElement(StringElement stringElement, org.sonarsource.analyzer.commons.regex.ast.FlagSet flagSet)
-
-
-
Method Detail
-
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)
-
-