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