Package org.sonar.java.regex
Class JavaAnalyzerRegexSource
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.JavaRegexSource
-
- org.sonar.java.regex.JavaAnalyzerRegexSource
-
- All Implemented Interfaces:
org.sonarsource.analyzer.commons.regex.RegexSource
public class JavaAnalyzerRegexSource extends org.sonarsource.analyzer.commons.regex.JavaRegexSource
-
-
Constructor Summary
Constructors Constructor Description JavaAnalyzerRegexSource(List<LiteralTree> stringLiterals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AnalyzerMessage.TextSpan>
textSpansFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
-
Methods inherited from class org.sonarsource.analyzer.commons.regex.JavaRegexSource
createCharacterParser, dialect, getSourceText
-
-
-
-
Constructor Detail
-
JavaAnalyzerRegexSource
public JavaAnalyzerRegexSource(List<LiteralTree> stringLiterals)
-
-
Method Detail
-
textSpansFor
public List<AnalyzerMessage.TextSpan> textSpansFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
-
-