C# Class fitSharp.Fit.Engine.InterpretFlow

Inheritance: InterpretTableFlow
Afficher le fichier Open project: jediwhale/fitsharp

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DoTableFlow ( Tree table, int rowsToSkip ) : void
table Tree
rowsToSkip int
Résultat void

InterpretFlow() public méthode

public InterpretFlow ( CellProcessor processor, FlowInterpreter interpreter ) : System
processor CellProcessor
interpreter FlowInterpreter
Résultat System

OnNewFixture() public méthode

public OnNewFixture ( Func onNewFixture ) : InterpretFlow
onNewFixture Func
Résultat InterpretFlow