Package org.sonar.php.regex
Class PhpAnalyzerRegexSource
java.lang.Object
org.sonarsource.analyzer.commons.regex.RegexSource
org.sonarsource.analyzer.commons.regex.php.PhpRegexSource
org.sonar.php.regex.PhpAnalyzerRegexSource
public class PhpAnalyzerRegexSource
extends org.sonarsource.analyzer.commons.regex.php.PhpRegexSource
-
Field Summary
Fields inherited from class org.sonarsource.analyzer.commons.regex.RegexSource
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range) Methods inherited from class org.sonarsource.analyzer.commons.regex.php.PhpRegexSource
createCharacterParser, featuresMethods inherited from class org.sonarsource.analyzer.commons.regex.RegexSource
createLexer, getSourceText, length, substringAt, supportsFeature
-
Constructor Details
-
PhpAnalyzerRegexSource
-
-
Method Details
-
locationInFileFor
public LocationInFile locationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
-