Package | Description |
---|---|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
RegExp |
RegExp.exp1
Child expressions held by a container type expression
|
RegExp |
RegExp.exp2
Child expressions held by a container type expression
|
Modifier and Type | Method and Description |
---|---|
RegExp |
TooComplexToDeterminizeException.getRegExp()
Return the RegExp that caused this exception if any.
|
Constructor and Description |
---|
TooComplexToDeterminizeException(RegExp regExp,
TooComplexToDeterminizeException cause)
Use this constructor when the RegExp failed to convert to an automaton.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.