C# Class fitSharp.Fit.Operators.InvokeFlowKeyword

Inheritance: CellOperator, InvokeSpecialOperator
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

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

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

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

InvokeFlowKeyword() public méthode

public InvokeFlowKeyword ( ) : System
Résultat System

InvokeSpecial() public méthode

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