| Package | Description |
|---|---|
| org.antlr.analysis | |
| org.antlr.grammar.v3 | |
| org.antlr.tool |
| Modifier and Type | Field and Description |
|---|---|
NFA |
NFAState.nfa
Which NFA are we in?
|
NFA |
DFA.nfa
Which NFA are we converting (well, which piece of the NFA)?
|
| Constructor and Description |
|---|
NFAState(NFA nfa) |
| Modifier and Type | Field and Description |
|---|---|
protected NFA |
TreeToNFAConverter.nfa
Which NFA object are we filling in?
|
| Constructor and Description |
|---|
TreeToNFAConverter(TreeNodeStream input,
Grammar g,
NFA nfa,
NFAFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
NFA |
Grammar.nfa
The NFA that represents the grammar with edges labelled with tokens
or epsilon.
|
| Constructor and Description |
|---|
NFAFactory(NFA nfa) |
Copyright © 1992–2014 ANTLR. All rights reserved.