Uses of Interface
org.sonarsource.analyzer.commons.regex.RegexParser.GroupConstructor
-
Packages that use RegexParser.GroupConstructor Package Description org.sonarsource.analyzer.commons.regex -
-
Uses of RegexParser.GroupConstructor in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return RegexParser.GroupConstructor Modifier and Type Method Description protected RegexParser.GroupConstructorRegexParser. newCapturingGroup(String name)protected RegexParser.GroupConstructorRegexParser. newNamedCapturingGroup(int namePrefixLength, char nameDelimiter)Methods in org.sonarsource.analyzer.commons.regex with parameters of type RegexParser.GroupConstructor Modifier and Type Method Description protected GroupTreeRegexParser. finishGroup(boolean previousFreeSpacingMode, SourceCharacter openingParen, RegexParser.GroupConstructor groupConstructor)protected GroupTreeRegexParser. finishGroup(SourceCharacter openingParen, RegexParser.GroupConstructor groupConstructor)
-