C# Класс fitSharp.Fit.Engine.FlowRow

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
SetSyntaxKeyword ( Tree row ) : void

Описание методов

Evaluate() публичный статический Метод

public static Evaluate ( this row, CellProcessor processor ) : void
row this
processor CellProcessor
Результат void

ExecuteMethod() публичный статический Метод

public static ExecuteMethod ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
row this
processor CellProcessor
interpreter FlowInterpreter
Результат TypedValue

ExecuteMethod() публичный статический Метод

public static ExecuteMethod ( this row, CellProcessor processor, MethodRowSelector selector, object target ) : TypedValue
row this
processor CellProcessor
selector MethodRowSelector
target object
Результат TypedValue

InvokeSpecialAction() публичный статический Метод

public static InvokeSpecialAction ( this row, CellProcessor processor, FlowInterpreter interpreter ) : TypedValue
row this
processor CellProcessor
interpreter FlowInterpreter
Результат TypedValue