public static final class NFA.Event extends Object
NFA.EventKind| Modifier and Type | Field and Description |
|---|---|
NFA.EventKind |
kind
What kind of event this is
|
int |
n
Depending on
kind, a character set or action index |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object obj) |
int |
hashCode() |
static NFA.Event |
onChars(int n) |
static NFA.Event |
toAction(int n) |
String |
toString() |
public final NFA.EventKind kind
public final int n
kind, a character set or action indexpublic static NFA.Event onChars(int n)
n - n was readpublic static NFA.Event toAction(int n)
n - n is reached