Uses of Interface
org.apache.lucene.util.automaton.RegExp.MakeRegexGroup
-
Packages that use RegExp.MakeRegexGroup Package Description org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of RegExp.MakeRegexGroup in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton with parameters of type RegExp.MakeRegexGroup Modifier and Type Method Description (package private) RegExp
RegExp. iterativeParseExp(java.util.function.Supplier<RegExp> gather, java.util.function.BooleanSupplier stop, RegExp.MakeRegexGroup associativeReduce)
-