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()
-
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
Location. getIndexRange()
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 List<Location>
RegexSource. locationsFor(IndexRange range)
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)
String
RegexSource. substringAt(IndexRange range)
-