org.antlr.tool
Class Grammar.LabelElementPair
java.lang.Object
org.antlr.tool.Grammar.LabelElementPair
- Enclosing class:
- Grammar
public class Grammar.LabelElementPair
- extends Object
label
public Token label
elementRef
public GrammarAST elementRef
referencedRuleName
public String referencedRuleName
actionReferencesLabel
public boolean actionReferencesLabel
- Has an action referenced the label? Set by ActionAnalysis.g
Currently only set for rule labels.
type
public int type
Grammar.LabelElementPair
public Grammar.LabelElementPair(Token label,
GrammarAST elementRef)
getReferencedRule
public Rule getReferencedRule()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.