| Package | Description |
|---|---|
| com.nobigsoftware.dfalex |
| Modifier and Type | Method and Description |
|---|---|
static <MR> java.util.List<DfaState<MR>> |
DfaBuilder.buildFromNfa(Nfa<MR> nfa,
int[] nfaStartStates,
DfaAmbiguityResolver<? super MR> ambiguityResolver,
BuilderCache cache)
Build DFAs from a provided NFA
|
| Constructor and Description |
|---|
DfaBuilder(BuilderCache cache)
Create a new DfaBuilder, with a builder cache to bypass recalculation of pre-built DFAs
|
SearchAndReplaceBuilder(BuilderCache cache)
Create a new SearchAndReplaceBuilder, with a builder cache to bypass recalculation of pre-built functions
|