| Package | Description |
|---|---|
| org.antlr.tool |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<Grammar.Decision> |
Grammar.indexToDecision
Each subrule/rule is a decision point and we must track them so we
can go back later and build DFA predictors for them.
|
| Modifier and Type | Method and Description |
|---|---|
protected Grammar.Decision |
Grammar.createDecision(int decision) |
protected Grammar.Decision |
Grammar.getDecision(int decision) |
| Modifier and Type | Method and Description |
|---|---|
List<Grammar.Decision> |
Grammar.getDecisions() |
Copyright © 1992–2014 ANTLR. All rights reserved.