C# Class Antlr4.Codegen.Model.ParserFile

Inheritance: OutputFile
Show file 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 property

public string exportMacro
return string

genListener public property

public bool genListener
return bool

genPackage public property

public string genPackage
return string

genVisitor public property

public bool genVisitor
return bool

grammarName public property

public string grammarName
return string