C# Class Antlr4.Parse.TokenVocabParser

Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Protected Properties

Свойство Type Description
g Antlr4.Tool.Grammar

Méthodes publiques

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

Method Details

GetImportedVocabFile() public méthode

public GetImportedVocabFile ( ) : string
Résultat string

Load() public méthode

public Load ( ) : int>.IDictionary
Résultat int>.IDictionary

TokenVocabParser() public méthode

public TokenVocabParser ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
Résultat System.Collections.Generic

Property Details

g protected_oe property

protected Grammar,Antlr4.Tool g
Résultat Antlr4.Tool.Grammar