Uses of Class
org.sonarsource.analyzer.commons.regex.ast.CharacterTree
-
Packages that use CharacterTree Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast -
-
Uses of CharacterTree in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return CharacterTree Modifier and Type Method Description protected CharacterTreeRegexParser. characterTree(SourceCharacter character)protected CharacterTreeRegexParser. readCharacter()Methods in org.sonarsource.analyzer.commons.regex with parameters of type CharacterTree Modifier and Type Method Description protected CharacterRangeTreeRegexParser. characterRange(CharacterTree startCharacter, CharacterTree endCharacter)ReferenceConditionTreeRegexParser. conditionGroupReference(RegexSource source, IndexRange range, CharacterTree plus, RegexTree inner, FlagSet activeFlags)protected CharacterClassElementTreeRegexParser. parseCharacterRange(CharacterTree startCharacter) -
Uses of CharacterTree in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return CharacterTree Modifier and Type Method Description CharacterTreeCharacterRangeTree. getLowerBound()CharacterTreeCharacterRangeTree. getUpperBound()Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type CharacterTree Modifier and Type Method Description voidRegexBaseVisitor. visitCharacter(CharacterTree tree)voidRegexVisitor. visitCharacter(CharacterTree tree)Constructors in org.sonarsource.analyzer.commons.regex.ast with parameters of type CharacterTree Constructor Description CharacterRangeTree(RegexSource source, IndexRange range, CharacterTree lowerBound, CharacterTree upperBound, FlagSet activeFlags)
-