C# 클래스 fitSharp.Fit.Operators.InvokeFlowKeyword

상속: CellOperator, InvokeSpecialOperator
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
CanInvokeSpecial ( TypedValue instance, fitSharp.Machine.Model.MemberName memberName, Tree parameters ) : bool
InvokeFlowKeyword ( ) : System
InvokeSpecial ( TypedValue instance, fitSharp.Machine.Model.MemberName memberName, Tree parameters ) : TypedValue

비공개 메소드들

메소드 설명
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

메소드 상세

CanInvokeSpecial() 공개 메소드

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

InvokeFlowKeyword() 공개 메소드

public InvokeFlowKeyword ( ) : System
리턴 System

InvokeSpecial() 공개 메소드

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