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 -
Method Summary
Modifier and TypeMethodDescriptiontextSpansFor
(org.sonarsource.analyzer.commons.regex.ast.IndexRange range) Methods inherited from class org.sonarsource.analyzer.commons.regex.JavaRegexSource
createCharacterParser, dialect, getSourceText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.sonarsource.analyzer.commons.regex.RegexSource
createLexer, length, substringAt
-
Constructor Details
-
JavaAnalyzerRegexSource
-
-
Method Details
-
textSpansFor
public List<AnalyzerMessage.TextSpan> textSpansFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
-