public class LeftRecursiveRuleAltInfo extends Object
Modifier and Type | Field and Description |
---|---|
AltAST |
altAST |
String |
altLabel |
int |
altNum |
String |
altText |
boolean |
isListLabel |
String |
leftRecursiveRuleRefLabel |
int |
nextPrec |
AltAST |
originalAltAST |
Constructor and Description |
---|
LeftRecursiveRuleAltInfo(int altNum,
String altText) |
LeftRecursiveRuleAltInfo(int altNum,
String altText,
String leftRecursiveRuleRefLabel,
String altLabel,
boolean isListLabel,
AltAST originalAltAST) |
public int altNum
public String leftRecursiveRuleRefLabel
public String altLabel
public final boolean isListLabel
public String altText
public AltAST altAST
public AltAST originalAltAST
public int nextPrec
Copyright © 1992–2020 ANTLR. All rights reserved.