Package | Description |
---|---|
org.antlr.tool |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Grammar.LabelElementPair> |
Rule.labelNameSpace
All labels go in here (plus being split per the above lists) to
catch dup label and label type mismatches.
|
Modifier and Type | Method and Description |
---|---|
Grammar.LabelElementPair |
Rule.getLabel(java.lang.String name) |
Grammar.LabelElementPair |
Rule.getRuleLabel(java.lang.String name) |
Grammar.LabelElementPair |
Rule.getRuleListLabel(java.lang.String name) |
Grammar.LabelElementPair |
Rule.getTokenLabel(java.lang.String name) |
Grammar.LabelElementPair |
Rule.getTokenListLabel(java.lang.String name) |
Copyright © 2012. All Rights Reserved.