C# Class Antlr4.Codegen.Model.VisitorFile

Inheritance: OutputFile
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
exportMacro string
genPackage string
grammarName string
parserName string
visitorLabelRuleNames string>.IDictionary
visitorNames ISet

Public Methods

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

Method Details

VisitorFile() public method

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

genPackage public_oe property

public string genPackage
return string

grammarName public_oe property

public string grammarName
return string

parserName public_oe property

public string parserName
return string

visitorLabelRuleNames public_oe property

public IDictionary visitorLabelRuleNames
return string>.IDictionary

visitorNames public_oe property

public ISet visitorNames
return ISet