C# Class Antlr4.Codegen.Model.ListenerFile

Inheritance: OutputFile
Afficher le fichier Open project: sharwell/antlr4cs

Méthodes publiques

Свойство Type Description
exportMacro string
genPackage string
grammarName string
listenerLabelRuleNames string>.IDictionary
listenerNames ISet
parserName string

Méthodes publiques

Méthode Description
ListenerFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic

Method Details

ListenerFile() public méthode

public ListenerFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic
factory OutputModelFactory
fileName string
Résultat System.Collections.Generic

Property Details

exportMacro public_oe property

public string exportMacro
Résultat string

genPackage public_oe property

public string genPackage
Résultat string

grammarName public_oe property

public string grammarName
Résultat string

listenerLabelRuleNames public_oe property

public IDictionary listenerLabelRuleNames
Résultat string>.IDictionary

listenerNames public_oe property

public ISet listenerNames
Résultat ISet

parserName public_oe property

public string parserName
Résultat string