public class LeftRecursiveRuleAltInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
AltAST |
altAST |
String |
altLabel |
int |
altNum |
String |
altText |
String |
leftRecursiveRuleRefLabel |
int |
nextPrec |
AltAST |
originalAltAST |
| Constructor and Description |
|---|
LeftRecursiveRuleAltInfo(int altNum,
String altText) |
LeftRecursiveRuleAltInfo(int altNum,
String altText,
String leftRecursiveRuleRefLabel,
String altLabel,
AltAST originalAltAST) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.