Package | Description |
---|---|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Method and Description |
---|---|
Automaton |
RegExp.toAutomaton(AutomatonProvider automaton_provider,
int maxDeterminizedStates)
Constructs new
Automaton from this RegExp . |
Automaton |
RegExp.toAutomaton(int maxDeterminizedStates)
Constructs new
Automaton from this RegExp . |
Automaton |
RegExp.toAutomaton(Map<String,Automaton> automata,
int maxDeterminizedStates)
Constructs new
Automaton from this RegExp . |
Constructor and Description |
---|
TooComplexToDeterminizeException(RegExp regExp,
TooComplexToDeterminizeException cause)
Use this constructor when the RegExp failed to convert to an automaton.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.