C# 클래스 Antlr4.Parse.TokenVocabParser

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

보호된 프로퍼티들

프로퍼티 타입 설명
g Antlr4.Tool.Grammar

공개 메소드들

메소드 설명
GetImportedVocabFile ( ) : string
Load ( ) : int>.IDictionary
TokenVocabParser ( Grammar g ) : System.Collections.Generic

메소드 상세

GetImportedVocabFile() 공개 메소드

public GetImportedVocabFile ( ) : string
리턴 string

Load() 공개 메소드

public Load ( ) : int>.IDictionary
리턴 int>.IDictionary

TokenVocabParser() 공개 메소드

public TokenVocabParser ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
리턴 System.Collections.Generic

프로퍼티 상세

g 보호되어 있는 프로퍼티

protected Grammar,Antlr4.Tool g
리턴 Antlr4.Tool.Grammar