C# Class Antlr4.Codegen.OutputModelWalker

Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetFields ( System.Type type ) : IEnumerable

Method Details

OutputModelWalker() public method

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

Walk() public method

public Walk ( OutputModelObject omo, bool header ) : Template
omo Antlr4.Codegen.Model.OutputModelObject
header bool
return Template