Uses of Class
org.sonarsource.analyzer.commons.regex.ast.CapturingGroupTree
-
Packages that use CapturingGroupTree Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.finders -
-
Uses of CapturingGroupTree in org.sonarsource.analyzer.commons.regex
Fields in org.sonarsource.analyzer.commons.regex with type parameters of type CapturingGroupTree Modifier and Type Field Description protected Map<String,CapturingGroupTree>RegexParser. capturingGroupsMethods in org.sonarsource.analyzer.commons.regex that return CapturingGroupTree Modifier and Type Method Description protected CapturingGroupTreeRegexParser. index(CapturingGroupTree capturingGroup)Methods in org.sonarsource.analyzer.commons.regex with parameters of type CapturingGroupTree Modifier and Type Method Description protected CapturingGroupTreeRegexParser. index(CapturingGroupTree capturingGroup) -
Uses of CapturingGroupTree in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return CapturingGroupTree Modifier and Type Method Description CapturingGroupTreeBackReferenceTree. group()CapturingGroupTreeEndOfCapturingGroupState. group()Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type CapturingGroupTree Modifier and Type Method Description voidBackReferenceTree. setGroup(CapturingGroupTree group)voidRegexBaseVisitor. visitCapturingGroup(CapturingGroupTree tree)voidRegexVisitor. visitCapturingGroup(CapturingGroupTree tree)Constructors in org.sonarsource.analyzer.commons.regex.ast with parameters of type CapturingGroupTree Constructor Description EndOfCapturingGroupState(CapturingGroupTree group, FlagSet activeFlags) -
Uses of CapturingGroupTree in org.sonarsource.analyzer.commons.regex.finders
Methods in org.sonarsource.analyzer.commons.regex.finders with parameters of type CapturingGroupTree Modifier and Type Method Description voidImpossibleBackReferenceFinder. visitCapturingGroup(CapturingGroupTree group)
-