Class JavaAnalyzerRegexSource

java.lang.Object
org.sonarsource.analyzer.commons.regex.RegexSource
org.sonarsource.analyzer.commons.regex.java.JavaRegexSource
org.sonar.java.regex.JavaAnalyzerRegexSource

public class JavaAnalyzerRegexSource extends org.sonarsource.analyzer.commons.regex.java.JavaRegexSource
  • 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
    textSpansFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
     

    Methods inherited from class org.sonarsource.analyzer.commons.regex.java.JavaRegexSource

    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

    • JavaAnalyzerRegexSource

      public JavaAnalyzerRegexSource(List<LiteralTree> stringLiterals)
  • Method Details