C# Class Antlr4.Codegen.Model.ListenerFile

Inheritance: OutputFile
Datei anzeigen 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_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

listenerLabelRuleNames public_oe property

public IDictionary listenerLabelRuleNames
return string>.IDictionary

listenerNames public_oe property

public ISet listenerNames
return ISet

parserName public_oe property

public string parserName
return string