C# Class Antlr4.Codegen.Model.ParserFile

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
grammarName string

Méthodes publiques

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

Method Details

ParserFile() public méthode

public ParserFile ( 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

grammarName public_oe property

public string grammarName
Résultat string