C# 클래스 Antlr4.Codegen.OutputModelWalker

파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 메소드들

메소드 설명
OutputModelWalker ( AntlrTool tool, TemplateGroup templates ) : System.Collections.Generic
Walk ( OutputModelObject omo, bool header ) : Template

비공개 메소드들

메소드 설명
GetFields ( System.Type type ) : IEnumerable

메소드 상세

OutputModelWalker() 공개 메소드

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

Walk() 공개 메소드

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