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
-
Field Summary
Fields inherited from class org.sonarsource.analyzer.commons.regex.RegexSource
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sonarsource.analyzer.commons.regex.CharacterParserbooleanlocationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range) Methods inherited from class org.sonarsource.analyzer.commons.regex.python.PythonRegexSource
featuresMethods inherited from class org.sonarsource.analyzer.commons.regex.RegexSource
createLexer, getSourceText, length, substringAt, supportsFeature
-
Constructor Details
-
PythonAnalyzerRegexSource
-
-
Method Details
-
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()
-