C# Class fitSharp.Fit.Engine.InterpretFlow

Inheritance: InterpretTableFlow
Show file Open project: jediwhale/fitsharp

Public Methods

Method Description
DoTableFlow ( Tree table, int rowsToSkip ) : void
InterpretFlow ( CellProcessor processor, FlowInterpreter interpreter ) : System
OnNewFixture ( Func onNewFixture ) : InterpretFlow

Private Methods

Method Description
ColorMethodName ( Tree methodCells, bool isRight ) : void
DoTable ( Tree table, Interpreter activeFixture, bool inFlow ) : void
MakeTableWithRows ( Tree table, int rowNumber ) : Tree
ProcessFlowRow ( Tree table, int rowNumber ) : void
ProcessRestOfTable ( Interpreter childInterpreter, Tree theRestOfTheRows, bool isFlow ) : void

Method Details

DoTableFlow() public method

public DoTableFlow ( Tree table, int rowsToSkip ) : void
table Tree
rowsToSkip int
return void

InterpretFlow() public method

public InterpretFlow ( CellProcessor processor, FlowInterpreter interpreter ) : System
processor CellProcessor
interpreter FlowInterpreter
return System

OnNewFixture() public method

public OnNewFixture ( Func onNewFixture ) : InterpretFlow
onNewFixture Func
return InterpretFlow