C# 클래스 Antlr4.Analysis.LeftRecursiveRuleAltInfo

파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
altAST AltAST
altLabel string
altNum int
altText string
isListLabel bool
leftRecursiveRuleRefLabel string
nextPrec int
originalAltAST AltAST

공개 메소드들

메소드 설명
LeftRecursiveRuleAltInfo ( int altNum, string altText ) : Antlr4.Tool.Ast
LeftRecursiveRuleAltInfo ( int altNum, string altText, string leftRecursiveRuleRefLabel, string altLabel, bool isListLabel, AltAST originalAltAST ) : Antlr4.Tool.Ast

메소드 상세

LeftRecursiveRuleAltInfo() 공개 메소드

public LeftRecursiveRuleAltInfo ( int altNum, string altText ) : Antlr4.Tool.Ast
altNum int
altText string
리턴 Antlr4.Tool.Ast

LeftRecursiveRuleAltInfo() 공개 메소드

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
리턴 Antlr4.Tool.Ast

프로퍼티 상세

altAST 공개적으로 프로퍼티

public AltAST altAST
리턴 AltAST

altLabel 공개적으로 프로퍼티

public string altLabel
리턴 string

altNum 공개적으로 프로퍼티

public int altNum
리턴 int

altText 공개적으로 프로퍼티

public string altText
리턴 string

isListLabel 공개적으로 프로퍼티

public bool isListLabel
리턴 bool

leftRecursiveRuleRefLabel 공개적으로 프로퍼티

public string leftRecursiveRuleRefLabel
리턴 string

nextPrec 공개적으로 프로퍼티

public int nextPrec
리턴 int

originalAltAST 공개적으로 프로퍼티

public AltAST originalAltAST
리턴 AltAST