Package | Description |
---|---|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
RegExp.Kind |
RegExp.kind
The type of expression
|
Modifier and Type | Method and Description |
---|---|
static RegExp.Kind |
RegExp.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegExp.Kind[] |
RegExp.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.