Uses of Class
org.sonarsource.analyzer.commons.regex.ast.GroupTree
-
Packages that use GroupTree Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.finders -
-
Uses of GroupTree in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return GroupTree Modifier and Type Method Description GroupTreeRegexParser.GroupConstructor. construct(IndexRange range, RegexTree element)protected GroupTreeRegexParser. finishGroup(boolean previousFreeSpacingMode, SourceCharacter openingParen, RegexParser.GroupConstructor groupConstructor)protected GroupTreeRegexParser. finishGroup(SourceCharacter openingParen, RegexParser.GroupConstructor groupConstructor)protected GroupTreeRegexParser. parseGroup()protected GroupTreeRegexParser. parseNonCapturingGroup(SourceCharacter openingParen) -
Uses of GroupTree in org.sonarsource.analyzer.commons.regex.ast
Subclasses of GroupTree in org.sonarsource.analyzer.commons.regex.ast Modifier and Type Class Description classAtomicGroupTreeclassCapturingGroupTreeclassConditionalSubpatternTreeclassLookAroundTreeclassNonCapturingGroupTreeclassReferenceConditionTreeMethods in org.sonarsource.analyzer.commons.regex.ast that return GroupTree Modifier and Type Method Description GroupTreeConditionalSubpatternTree. getCondition()Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type GroupTree Modifier and Type Method Description voidRegexBaseVisitor. visitGroup(GroupTree tree)voidRegexVisitor. visitGroup(GroupTree tree)Generic for all 4 different kinds of GroupTree(s)Constructors in org.sonarsource.analyzer.commons.regex.ast with parameters of type GroupTree Constructor Description ConditionalSubpatternTree(RegexSource source, IndexRange range, GroupTree condition, RegexTree yesPattern, SourceCharacter pipe, RegexTree noPattern, FlagSet activeFlags)ConditionalSubpatternTree(RegexSource source, SourceCharacter openingParen, SourceCharacter closingParen, GroupTree condition, RegexTree yesPattern, FlagSet activeFlags)ConditionalSubpatternTree(RegexSource source, SourceCharacter openingParen, SourceCharacter closingParen, GroupTree condition, RegexTree yesPattern, SourceCharacter pipe, RegexTree noPattern, FlagSet activeFlags) -
Uses of GroupTree in org.sonarsource.analyzer.commons.regex.finders
Methods in org.sonarsource.analyzer.commons.regex.finders with parameters of type GroupTree Modifier and Type Method Description voidEmptyAlternativeFinder. visitGroup(GroupTree tree)voidEmptyGroupFinder. visitGroup(GroupTree groupTree)
-