C# 클래스 fitSharp.Parser.TextTables

파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
Parse ( ) : Tree
TextTables ( fitSharp.Parser.TextTableScanner scanner, Func makeTreeCell ) : System

비공개 메소드들

메소드 설명
MakeCells ( Tree row ) : void
MakeRows ( Tree table ) : void
MakeTables ( Tree result ) : void
SetTags ( ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( ) : Tree
리턴 Tree

TextTables() 공개 메소드

public TextTables ( fitSharp.Parser.TextTableScanner scanner, Func makeTreeCell ) : System
scanner fitSharp.Parser.TextTableScanner
makeTreeCell Func
리턴 System