C# Class Antlr4.Codegen.Model.ListenerFile

Inheritance: OutputFile
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
exportMacro string
genPackage string
grammarName string
listenerLabelRuleNames string>.IDictionary
listenerNames ISet
parserName string

Public Methods

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

Method Details

ListenerFile() public method

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

listenerLabelRuleNames public property

public IDictionary listenerLabelRuleNames
return string>.IDictionary

listenerNames public property

public ISet listenerNames
return ISet

parserName public property

public string parserName
return string