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