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 IndexRangeRegexLexer. getCurrentIndexRange() -
Uses of IndexRange in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return IndexRange Modifier and Type Method Description IndexRangeIndexRange. extendTo(int newEnd)IndexRangeLocation. getIndexRange()IndexRangeAbstractRegexSyntaxElement. getRange()IndexRangeRegexSyntaxElement. getRange()IndexRangeIndexRange. merge(IndexRange other)Methods in org.sonar.java.regex.ast with parameters of type IndexRange Modifier and Type Method Description List<Location>RegexSource. locationsFor(IndexRange range)IndexRangeIndexRange. merge(IndexRange other)static LookAroundTreeLookAroundTree. negativeLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)static LookAroundTreeLookAroundTree. negativeLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)static LookAroundTreeLookAroundTree. positiveLookAhead(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)static LookAroundTreeLookAroundTree. positiveLookBehind(RegexSource source, IndexRange range, RegexTree element, FlagSet activeFlags)StringRegexSource. substringAt(IndexRange range)
-