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.