C# 클래스 Antlr4.Automata.ATNPrinter

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

공개 메소드들

메소드 설명
ATNPrinter ( Grammar g, ATNState start ) : System.Collections.Generic
AsString ( ) : string

비공개 메소드들

메소드 설명
GetStateString ( ATNState s ) : string

메소드 상세

ATNPrinter() 공개 메소드

public ATNPrinter ( Grammar g, ATNState start ) : System.Collections.Generic
g Antlr4.Tool.Grammar
start Antlr4.Runtime.Atn.ATNState
리턴 System.Collections.Generic

AsString() 공개 메소드

public AsString ( ) : string
리턴 string