Uses of Interface
org.sonarsource.analyzer.commons.regex.RegexParser.TreeConstructor
-
Packages that use RegexParser.TreeConstructor Package Description org.sonarsource.analyzer.commons.regex -
-
Uses of RegexParser.TreeConstructor in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex with parameters of type RegexParser.TreeConstructor Modifier and Type Method Description protected static <T extends RegexSyntaxElement>
TRegexParser. combineTrees(List<T> elements, RegexParser.TreeConstructor<T> treeConstructor)
-