C# Class fitSharp.Parser.TextTables

ファイルを表示 Open project: jediwhale/fitsharp

Public Methods

Method Description
Parse ( ) : Tree
TextTables ( fitSharp.Parser.TextTableScanner scanner, Func makeTreeCell ) : System

Private Methods

Method Description
MakeCells ( Tree row ) : void
MakeRows ( Tree table ) : void
MakeTables ( Tree result ) : void
SetTags ( ) : void

Method Details

Parse() public method

public Parse ( ) : Tree
return Tree

TextTables() public method

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