C# Class fitSharp.Fit.Operators.InvokeFlowKeyword

Inheritance: CellOperator, InvokeSpecialOperator
Show file Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
CanInvokeSpecial ( TypedValue instance, fitSharp.Machine.Model.MemberName memberName, Tree parameters ) : bool
InvokeFlowKeyword ( ) : System
InvokeSpecial ( TypedValue instance, fitSharp.Machine.Model.MemberName memberName, Tree parameters ) : TypedValue

Private Methods

Method Description
AddCell ( Tree row, object theNewValue ) : void
Check ( FlowInterpreter interpreter, Tree row ) : TypedValue
CheckFieldsFor ( FlowInterpreter interpreter, Tree row ) : TypedValue
Comment ( FlowInterpreter interpreter, Tree row ) : TypedValue
DoCheckOperation ( FlowInterpreter interpreter, Tree row, bool isVolatile ) : void
Ensure ( FlowInterpreter interpreter, Tree row ) : TypedValue
GetAttributes ( string list ) : IEnumerable
GetMethodCellRange ( Tree row, int excludedCellCount ) : Tree
Name ( FlowInterpreter interpreter, Tree row ) : TypedValue
Not ( FlowInterpreter interpreter, Tree row ) : TypedValue
Note ( FlowInterpreter interpreter, Tree row ) : TypedValue
Return ( FlowInterpreter interpreter, Tree row ) : TypedValue
Set ( FlowInterpreter interpreter, Tree row ) : TypedValue
Show ( FlowInterpreter interpreter, Tree row ) : TypedValue
ShowAs ( FlowInterpreter interpreter, Tree row ) : TypedValue
Start ( FlowInterpreter interpreter, Tree row ) : TypedValue
WaitUntil ( FlowInterpreter interpreter, Tree row ) : TypedValue
With ( FlowInterpreter interpreter, Tree row ) : TypedValue

Method Details

CanInvokeSpecial() public method

public CanInvokeSpecial ( TypedValue instance, fitSharp.Machine.Model.MemberName memberName, Tree parameters ) : bool
instance TypedValue
memberName fitSharp.Machine.Model.MemberName
parameters Tree
return bool

InvokeFlowKeyword() public method

public InvokeFlowKeyword ( ) : System
return System

InvokeSpecial() public method

public InvokeSpecial ( TypedValue instance, fitSharp.Machine.Model.MemberName memberName, Tree parameters ) : TypedValue
instance TypedValue
memberName fitSharp.Machine.Model.MemberName
parameters Tree
return TypedValue