Свойство | Type | Description | |
---|---|---|---|
altAST | AltAST | ||
altLabel | string | ||
altNum | int | ||
altText | string | ||
isListLabel | bool | ||
leftRecursiveRuleRefLabel | string | ||
nextPrec | int | ||
originalAltAST | AltAST |
Méthode | Description | |
---|---|---|
LeftRecursiveRuleAltInfo ( int altNum, string altText ) : Antlr4.Tool.Ast | ||
LeftRecursiveRuleAltInfo ( int altNum, string altText, string leftRecursiveRuleRefLabel, string altLabel, bool isListLabel, AltAST originalAltAST ) : Antlr4.Tool.Ast |
public LeftRecursiveRuleAltInfo ( int altNum, string altText ) : Antlr4.Tool.Ast | ||
altNum | int | |
altText | string | |
Résultat | Antlr4.Tool.Ast |
public LeftRecursiveRuleAltInfo ( int altNum, string altText, string leftRecursiveRuleRefLabel, string altLabel, bool isListLabel, AltAST originalAltAST ) : Antlr4.Tool.Ast | ||
altNum | int | |
altText | string | |
leftRecursiveRuleRefLabel | string | |
altLabel | string | |
isListLabel | bool | |
originalAltAST | AltAST | |
Résultat | Antlr4.Tool.Ast |
public string leftRecursiveRuleRefLabel | ||
Résultat | string |