C# Class Antlr4.Codegen.OutputModelWalker

Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Méthode Description
OutputModelWalker ( AntlrTool tool, TemplateGroup templates ) : System.Collections.Generic
Walk ( OutputModelObject omo, bool header ) : Template

Private Methods

Méthode Description
GetFields ( System.Type type ) : IEnumerable

Method Details

OutputModelWalker() public méthode

public OutputModelWalker ( AntlrTool tool, TemplateGroup templates ) : System.Collections.Generic
tool AntlrTool
templates Antlr4.StringTemplate.TemplateGroup
Résultat System.Collections.Generic

Walk() public méthode

public Walk ( OutputModelObject omo, bool header ) : Template
omo Antlr4.Codegen.Model.OutputModelObject
header bool
Résultat Template