protected static class NfaUtil.BacktrackingItem<RESULT,S>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Iterator<S> |
followers |
protected RESULT |
result |
| Constructor and Description |
|---|
BacktrackingItem(RESULT result,
java.lang.Iterable<S> followers) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |