Package org.sonar.python.regex
Class PythonAnalyzerRegexSource
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.RegexSource
-
- org.sonarsource.analyzer.commons.regex.python.PythonRegexSource
-
- org.sonar.python.regex.PythonAnalyzerRegexSource
-
public class PythonAnalyzerRegexSource extends org.sonarsource.analyzer.commons.regex.python.PythonRegexSource
-
-
Constructor Summary
Constructors Constructor Description PythonAnalyzerRegexSource(StringElement s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.sonarsource.analyzer.commons.regex.CharacterParsercreateCharacterParser()booleanisRawString()LocationInFilelocationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)-
Methods inherited from class org.sonarsource.analyzer.commons.regex.python.PythonRegexSource
features
-
-
-
-
Constructor Detail
-
PythonAnalyzerRegexSource
public PythonAnalyzerRegexSource(StringElement s)
-
-
Method Detail
-
createCharacterParser
public org.sonarsource.analyzer.commons.regex.CharacterParser createCharacterParser()
- Specified by:
createCharacterParserin classorg.sonarsource.analyzer.commons.regex.RegexSource
-
locationInFileFor
public LocationInFile locationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
-
isRawString
public boolean isRawString()
-
-