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

파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
Evaluate ( this row, CellProcessor processor ) : void
ExecuteMethod ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
ExecuteMethod ( this row, CellProcessor processor, MethodRowSelector selector, object target ) : TypedValue
InvokeSpecialAction ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue

비공개 메소드들

메소드 설명
SetSyntaxKeyword ( Tree row ) : void

메소드 상세

Evaluate() 공개 정적인 메소드

public static Evaluate ( this row, CellProcessor processor ) : void
row this
processor CellProcessor
리턴 void

ExecuteMethod() 공개 정적인 메소드

public static ExecuteMethod ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
row this
processor CellProcessor
interpreter FlowInterpreter
리턴 TypedValue

ExecuteMethod() 공개 정적인 메소드

public static ExecuteMethod ( this row, CellProcessor processor, MethodRowSelector selector, object target ) : TypedValue
row this
processor CellProcessor
selector MethodRowSelector
target object
리턴 TypedValue

InvokeSpecialAction() 공개 정적인 메소드

public static InvokeSpecialAction ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
row this
processor CellProcessor
interpreter FlowInterpreter
리턴 TypedValue