Uses of Class
org.sonar.java.regex.ast.IndexRange
-
Packages that use IndexRange Package Description org.sonar.java.regex org.sonar.java.regex.ast -
-
Uses of IndexRange in org.sonar.java.regex
Methods in org.sonar.java.regex that return IndexRange Modifier and Type Method Description IndexRange
RegexLexer. getCurrentIndexRange()
IndexRange
SyntaxError. range()
Methods in org.sonar.java.regex with parameters of type IndexRange Modifier and Type Method Description default String
RegexSource. substringAt(IndexRange range)
List<AnalyzerMessage.TextSpan>
JavaRegexSource. textSpansFor(IndexRange range)
-
Uses of IndexRange in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return IndexRange Modifier and Type Method Description IndexRange
IndexRange. extendTo(int newEnd)
IndexRange
AbstractRegexSyntaxElement. getRange()
IndexRange
RegexSyntaxElement. getRange()
IndexRange
IndexRange. merge(IndexRange other)
Methods in org.sonar.java.regex.ast with parameters of type IndexRange Modifier and Type Method Description IndexRange
IndexRange. merge(IndexRange other)
static LookAroundTree
LookAroundTree. negativeLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
static LookAroundTree
LookAroundTree. negativeLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
static LookAroundTree
LookAroundTree. positiveLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
static LookAroundTree
LookAroundTree. positiveLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)
-