Uses of Class
org.sonarsource.analyzer.commons.regex.ast.IndexRange
-
Packages that use IndexRange Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.helpers -
-
Uses of IndexRange in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return IndexRange Modifier and Type Method Description IndexRangeRegexLexer. getCurrentIndexRange()IndexRangeSyntaxError. range()Methods in org.sonarsource.analyzer.commons.regex with parameters of type IndexRange Modifier and Type Method Description ReferenceConditionTreeRegexParser. conditionGroupReference(RegexSource source, IndexRange range, CharacterTree plus, RegexTree inner, FlagSet activeFlags)GroupTreeRegexParser.GroupConstructor. construct(IndexRange range, RegexTree element)TRegexParser.TreeConstructor. construct(IndexRange range, List<T> elements)StringRegexSource. substringAt(IndexRange range) -
Uses of IndexRange in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return IndexRange Modifier and Type Method Description IndexRangeIndexRange. extendTo(int newEnd)IndexRangeAbstractRegexSyntaxElement. getRange()IndexRangeRegexSyntaxElement. getRange()static IndexRangeIndexRange. inaccessible()IndexRangeIndexRange. merge(IndexRange other)Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type IndexRange Modifier and Type Method Description booleanIndexRange. contains(IndexRange other)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) -
Uses of IndexRange in org.sonarsource.analyzer.commons.regex.helpers
Fields in org.sonarsource.analyzer.commons.regex.helpers declared as IndexRange Modifier and Type Field Description IndexRangeSubAutomaton. excludedRangeMethods in org.sonarsource.analyzer.commons.regex.helpers that return IndexRange Modifier and Type Method Description IndexRangeBranchTrackingVisitor. getPredecessorsRangeOf(RegexTree tree)Return the range containing all predecessors of the node.Constructors in org.sonarsource.analyzer.commons.regex.helpers with parameters of type IndexRange Constructor Description SubAutomaton(AutomatonState start, AutomatonState end, IndexRange excludedRange, boolean allowPrefix)
-