C# Class Antlr4.Codegen.Model.LexerFile

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

Public Properties

Property Type Description
exportMacro string
genListener bool
genPackage string
genVisitor bool

Public Methods

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

Method Details

LexerFile() public method

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