Package | Description |
---|---|
org.antlr.tool |
Modifier and Type | Field | 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 | Description |
---|---|---|
protected Grammar.Decision |
Grammar.createDecision(int decision) |
|
protected Grammar.Decision |
Grammar.getDecision(int decision) |
Modifier and Type | Method | Description |
---|---|---|
List<Grammar.Decision> |
Grammar.getDecisions() |
Copyright © 1992–2019 ANTLR. All rights reserved.