Modifier and Type | Class and Description |
---|---|
static class |
NFA.Event
Each transition in the NFA is based on an event,
which is either of the following:
a character is read from the character set
whose index in the character set dictionary
is
NFA.Event.n
a final state is reached and the semantic
action whose index is NFA.Event.n must be
performed
|
static class |
NFA.EventKind
The kinds of events that decorate transitions
in the automaton
|
static class |
NFA.Transition
|
Modifier and Type | Method and Description |
---|---|
protected static Set<NFA.Transition> |
firstPos(TRegular regular) |
protected static Set<NFA.Transition>[] |
followPos(TLexer tlexer) |
protected static Set<NFA.Transition> firstPos(TRegular regular)
regular
- protected static Set<NFA.Transition>[] followPos(TLexer tlexer)
tlexer
-