Uses of Class
org.sonarsource.analyzer.commons.regex.RegexParser.EscapedSequenceDataHolder
-
Packages that use RegexParser.EscapedSequenceDataHolder Package Description org.sonarsource.analyzer.commons.regex -
-
Uses of RegexParser.EscapedSequenceDataHolder in org.sonarsource.analyzer.commons.regex
Method parameters in org.sonarsource.analyzer.commons.regex with type arguments of type RegexParser.EscapedSequenceDataHolder Modifier and Type Method Description protected RegexTreeRegexParser. parseEscapedSequence(char opener, char closer, String expected, Function<RegexParser.EscapedSequenceDataHolder,RegexTree> builder)
-