public class Grammar.LabelElementPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
actionReferencesLabel
Has an action referenced the label? Set by ActionAnalysis.g
Currently only set for rule labels.
|
GrammarAST |
elementRef |
antlr.Token |
label |
java.lang.String |
referencedRuleName |
int |
type |
Constructor and Description |
---|
Grammar.LabelElementPair(antlr.Token label,
GrammarAST elementRef) |
Modifier and Type | Method and Description |
---|---|
Rule |
getReferencedRule() |
java.lang.String |
toString() |
public antlr.Token label
public GrammarAST elementRef
public java.lang.String referencedRuleName
public boolean actionReferencesLabel
public int type
public Grammar.LabelElementPair(antlr.Token label, GrammarAST elementRef)
public Rule getReferencedRule()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012. All Rights Reserved.