| Package | Description |
|---|---|
| org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) RegExp.Kind |
RegExp.kind |
| Modifier and Type | Method and Description |
|---|---|
static RegExp.Kind |
RegExp.Kind.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
RegExp.findLeaves(RegExp exp,
RegExp.Kind kind,
java.util.List<Automaton> list,
java.util.Map<java.lang.String,Automaton> automata,
AutomatonProvider automaton_provider,
int maxDeterminizedStates) |