C# Class fitSharp.Fit.Engine.FlowRow

Show file Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SetSyntaxKeyword ( Tree row ) : void

Method Details

Evaluate() public static method

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

ExecuteMethod() public static method

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

ExecuteMethod() public static method

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

InvokeSpecialAction() public static method

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