| Package | Description |
|---|---|
| org.antlr.analysis | |
| org.antlr.grammar.v3 | |
| org.antlr.tool |
| Modifier and Type | Field | Description |
|---|---|---|
protected NFAFactory |
NFA.factory |
Which factory created this NFA?
|
| Modifier and Type | Method | Description |
|---|---|---|
NFAFactory |
NFA.getFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NFA.setFactory(NFAFactory factory) |
| Modifier and Type | Field | Description |
|---|---|---|
protected NFAFactory |
TreeToNFAConverter.factory |
Factory used to create nodes and submachines
|
| Constructor | Description |
|---|---|
TreeToNFAConverter(TreeNodeStream input,
Grammar g,
NFA nfa,
NFAFactory factory) |
| Modifier and Type | Field | Description |
|---|---|---|
protected NFAFactory |
Grammar.factory |
Copyright © 1992–2018 ANTLR. All rights reserved.