Uses of Enum Class
org.apache.lucene.util.automaton.RegExp.Kind
Packages that use RegExp.Kind
Package
Description
Finite-state automaton for regular expressions.
-
Uses of RegExp.Kind in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as RegExp.KindMethods in org.apache.lucene.util.automaton that return RegExp.KindModifier and TypeMethodDescriptionstatic RegExp.Kind
Returns the enum constant of this class with the specified name.static RegExp.Kind[]
RegExp.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.util.automaton with parameters of type RegExp.KindModifier and TypeMethodDescriptionprivate void
RegExp.findLeaves
(RegExp exp, RegExp.Kind kind, List<Automaton> list, Map<String, Automaton> automata, AutomatonProvider automaton_provider, int determinizeWorkLimit) (package private) static RegExp
RegExp.newContainerNode
(int flags, RegExp.Kind kind, RegExp exp1, RegExp exp2) (package private) static RegExp
RegExp.newLeafNode
(int flags, RegExp.Kind kind, String s, int c, int min, int max, int digits, int from, int to) (package private) static RegExp
RegExp.newRepeatingNode
(int flags, RegExp.Kind kind, RegExp exp, int min, int max) Constructors in org.apache.lucene.util.automaton with parameters of type RegExp.KindModifierConstructorDescription(package private)
RegExp
(int flags, RegExp.Kind kind, RegExp exp1, RegExp exp2, String s, int c, int min, int max, int digits, int from, int to)