C# 클래스 fitSharp.Fit.Engine.InterpretFlow

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

공개 메소드들

메소드 설명
DoTableFlow ( Tree table, int rowsToSkip ) : void
InterpretFlow ( CellProcessor processor, FlowInterpreter interpreter ) : System
OnNewFixture ( Func onNewFixture ) : InterpretFlow

비공개 메소드들

메소드 설명
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

메소드 상세

DoTableFlow() 공개 메소드

public DoTableFlow ( Tree table, int rowsToSkip ) : void
table Tree
rowsToSkip int
리턴 void

InterpretFlow() 공개 메소드

public InterpretFlow ( CellProcessor processor, FlowInterpreter interpreter ) : System
processor CellProcessor
interpreter FlowInterpreter
리턴 System

OnNewFixture() 공개 메소드

public OnNewFixture ( Func onNewFixture ) : InterpretFlow
onNewFixture Func
리턴 InterpretFlow