Package | Description |
---|---|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
CompiledAutomaton.AUTOMATON_TYPE |
CompiledAutomaton.type
If simplify is true this will be the "simplified" type; else, this is NORMAL
|
Modifier and Type | Method and Description |
---|---|
static CompiledAutomaton.AUTOMATON_TYPE |
CompiledAutomaton.AUTOMATON_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompiledAutomaton.AUTOMATON_TYPE[] |
CompiledAutomaton.AUTOMATON_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.