C# Class Antlr4.Codegen.Model.LexerFile

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

Méthodes publiques

Свойство Type Description
exportMacro string
genListener bool
genPackage string
genVisitor bool

Méthodes publiques

Méthode Description
LexerFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic

Method Details

LexerFile() public méthode

public LexerFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic
factory OutputModelFactory
fileName string
Résultat System.Collections.Generic

Property Details

exportMacro public_oe property

public string exportMacro
Résultat string

genListener public_oe property

public bool genListener
Résultat bool

genPackage public_oe property

public string genPackage
Résultat string

genVisitor public_oe property

public bool genVisitor
Résultat bool