Class PythonRegexSource
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.RegexSource
-
- org.sonarsource.analyzer.commons.regex.python.PythonRegexSource
-
public abstract class PythonRegexSource extends RegexSource
-
-
Field Summary
-
Fields inherited from class org.sonarsource.analyzer.commons.regex.RegexSource
source
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPythonRegexSource(String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<RegexFeature>features()-
Methods inherited from class org.sonarsource.analyzer.commons.regex.RegexSource
createCharacterParser, createLexer, getSourceText, length, substringAt, supportsFeature
-
-
-
-
Constructor Detail
-
PythonRegexSource
protected PythonRegexSource(String source)
-
-
Method Detail
-
features
public Set<RegexFeature> features()
- Specified by:
featuresin classRegexSource
-
-