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 |
Token |
label |
String |
referencedRuleName |
int |
type |
Constructor and Description |
---|
LabelElementPair(Token label,
GrammarAST elementRef) |
public Token label
public GrammarAST elementRef
public String referencedRuleName
public boolean actionReferencesLabel
public int type
public LabelElementPair(Token label, GrammarAST elementRef)
Copyright © 1992–2015 ANTLR. All rights reserved.