|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NFA | |
---|---|
org.antlr.analysis | |
org.antlr.grammar.v2 | |
org.antlr.tool |
Uses of NFA in org.antlr.analysis |
---|
Fields in org.antlr.analysis declared as NFA | |
---|---|
NFA |
NFAState.nfa
Which NFA are we in? |
NFA |
DFA.nfa
Which NFA are we converting (well, which piece of the NFA)? |
Constructors in org.antlr.analysis with parameters of type NFA | |
---|---|
NFAState(NFA nfa)
|
Uses of NFA in org.antlr.grammar.v2 |
---|
Fields in org.antlr.grammar.v2 declared as NFA | |
---|---|
protected NFA |
TreeToNFAConverter.nfa
Which NFA object are we filling in? |
Constructors in org.antlr.grammar.v2 with parameters of type NFA | |
---|---|
TreeToNFAConverter(Grammar g,
NFA nfa,
NFAFactory factory)
|
Uses of NFA in org.antlr.tool |
---|
Fields in org.antlr.tool declared as NFA | |
---|---|
NFA |
Grammar.nfa
The NFA that represents the grammar with edges labelled with tokens or epsilon. |
Constructors in org.antlr.tool with parameters of type NFA | |
---|---|
NFAFactory(NFA nfa)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |