C# Class Antlr4.Codegen.Model.LexerFile

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