public class LeftRecursiveRuleAltInfo extends Object
Modifier and Type | Field | Description |
---|---|---|
AltAST |
altAST |
|
String |
altLabel |
|
int |
altNum |
|
String |
altText |
|
boolean |
isListLabel |
|
String |
leftRecursiveRuleRefLabel |
|
int |
nextPrec |
|
AltAST |
originalAltAST |
Constructor | 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–2019 ANTLR. All rights reserved.