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 -
Method Summary
Modifier and TypeMethodDescriptiontextSpansFor
(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
-
Constructor Details
-
JavaAnalyzerRegexSource
-
-
Method Details
-
textSpansFor
public List<AnalyzerMessage.TextSpan> textSpansFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range)
-