C# Class Antlr4.Codegen.Model.ParserFile

Inheritance: OutputFile
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
exportMacro string
genListener bool
genPackage string
genVisitor bool
grammarName string

Public Methods

Method Description
ParserFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic

Method Details

ParserFile() public method

public ParserFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic
factory OutputModelFactory
fileName string
return System.Collections.Generic

Property Details

exportMacro public_oe property

public string exportMacro
return string

genListener public_oe property

public bool genListener
return bool

genPackage public_oe property

public string genPackage
return string

genVisitor public_oe property

public bool genVisitor
return bool

grammarName public_oe property

public string grammarName
return string