C# 클래스 Antlr4.Runtime.RuleContextWithAltNum

A handy class for use with options {contextSuperClass=org.antlr.v4.runtime.RuleContextWithAltNum;} that provides a property for the outer alternative number matched for an internal parse tree node.
상속: ParserRuleContext
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 메소드들

메소드 설명
RuleContextWithAltNum ( ) : Antlr4.Runtime.Atn
RuleContextWithAltNum ( ParserRuleContext parent, int invokingStateNumber ) : Antlr4.Runtime.Atn

메소드 상세

RuleContextWithAltNum() 공개 메소드

public RuleContextWithAltNum ( ) : Antlr4.Runtime.Atn
리턴 Antlr4.Runtime.Atn

RuleContextWithAltNum() 공개 메소드

public RuleContextWithAltNum ( ParserRuleContext parent, int invokingStateNumber ) : Antlr4.Runtime.Atn
parent ParserRuleContext
invokingStateNumber int
리턴 Antlr4.Runtime.Atn