C# Class Antlr4.Parse.TokenVocabParser

Show file Open project: sharwell/antlr4cs Class Usage Examples

Protected Properties

Property Type Description
g Antlr4.Tool.Grammar

Public Methods

Method Description
GetImportedVocabFile ( ) : string
Load ( ) : int>.IDictionary
TokenVocabParser ( Grammar g ) : System.Collections.Generic

Method Details

GetImportedVocabFile() public method

public GetImportedVocabFile ( ) : string
return string

Load() public method

public Load ( ) : int>.IDictionary
return int>.IDictionary

TokenVocabParser() public method

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

Property Details

g protected property

protected Grammar,Antlr4.Tool g
return Antlr4.Tool.Grammar