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