C# Class Antlr4.Codegen.Model.VisitorFile

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

public string exportMacro
return string

genPackage public property

public string genPackage
return string

grammarName public property

public string grammarName
return string

parserName public property

public string parserName
return string

visitorLabelRuleNames public property

public IDictionary visitorLabelRuleNames
return string>.IDictionary

visitorNames public property

public ISet visitorNames
return ISet