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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    locationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
     

    Methods inherited from class org.sonarsource.analyzer.commons.regex.php.PhpRegexSource

    createCharacterParser, features

    Methods inherited from class org.sonarsource.analyzer.commons.regex.RegexSource

    createLexer, getSourceText, length, substringAt, supportsFeature

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PhpAnalyzerRegexSource

      public PhpAnalyzerRegexSource(LiteralTree stringLiteral)
  • Method Details

    • locationInFileFor

      public LocationInFile locationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)