C# Class fitSharp.Fit.Engine.FlowRow

Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

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

Méthode Description
SetSyntaxKeyword ( Tree row ) : void

Method Details

Evaluate() public static méthode

public static Evaluate ( this row, CellProcessor processor ) : void
row this
processor CellProcessor
Résultat void

ExecuteMethod() public static méthode

public static ExecuteMethod ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
row this
processor CellProcessor
interpreter FlowInterpreter
Résultat TypedValue

ExecuteMethod() public static méthode

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

InvokeSpecialAction() public static méthode

public static InvokeSpecialAction ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
row this
processor CellProcessor
interpreter FlowInterpreter
Résultat TypedValue