C# 클래스 Antlr4.Tool.Grammar.AltLabelVisitor

상속: GrammarTreeVisitor
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 메소드들

메소드 설명
AltLabelVisitor ( Antlr input ) : System.Collections.Generic
DiscoverOuterAlt ( AltAST alt ) : void
GetLabeledAlternatives ( ) : IDictionary>>
GetUnlabeledAlternatives ( ) : IList

메소드 상세

AltLabelVisitor() 공개 메소드

public AltLabelVisitor ( Antlr input ) : System.Collections.Generic
input Antlr
리턴 System.Collections.Generic

DiscoverOuterAlt() 공개 메소드

public DiscoverOuterAlt ( AltAST alt ) : void
alt AltAST
리턴 void

GetLabeledAlternatives() 공개 메소드

public GetLabeledAlternatives ( ) : IDictionary>>
리턴 IDictionary>>

GetUnlabeledAlternatives() 공개 메소드

public GetUnlabeledAlternatives ( ) : IList
리턴 IList