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) |
Copyright © 2020. All rights reserved.