C# Класс AjTalk.Language.FunctionalMethod

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

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

Метод Описание
Execute ( System.Machine machine, IObject self, IObject receiver, object args ) : object
Execute ( System.Machine machine, IObject self, object args ) : object
Execute ( System.Machine machine, object args ) : object
ExecuteInInterpreter ( Interpreter interpreter, IObject self, object args ) : object
ExecuteInInterpreter ( Interpreter interpreter, object args ) : object
ExecuteNative ( System.Machine machine, object self, object args ) : object
ExecuteNativeInInterpreter ( Interpreter interpreter, object self, object args ) : object
FunctionalMethod ( Func function ) : System
FunctionalMethod ( Func nativeFunction ) : System
FunctionalMethod ( string name, IBehavior classDescription, Func function ) : System
FunctionalMethod ( string name, IBehavior classDescription, Func nativeFunction ) : System

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

Execute() публичный метод

public Execute ( System.Machine machine, IObject self, IObject receiver, object args ) : object
machine System.Machine
self IObject
receiver IObject
args object
Результат object

Execute() публичный метод

public Execute ( System.Machine machine, IObject self, object args ) : object
machine System.Machine
self IObject
args object
Результат object

Execute() публичный метод

public Execute ( System.Machine machine, object args ) : object
machine System.Machine
args object
Результат object

ExecuteInInterpreter() публичный метод

public ExecuteInInterpreter ( Interpreter interpreter, IObject self, object args ) : object
interpreter Interpreter
self IObject
args object
Результат object

ExecuteInInterpreter() публичный метод

public ExecuteInInterpreter ( Interpreter interpreter, object args ) : object
interpreter Interpreter
args object
Результат object

ExecuteNative() публичный метод

public ExecuteNative ( System.Machine machine, object self, object args ) : object
machine System.Machine
self object
args object
Результат object

ExecuteNativeInInterpreter() публичный метод

public ExecuteNativeInInterpreter ( Interpreter interpreter, object self, object args ) : object
interpreter Interpreter
self object
args object
Результат object

FunctionalMethod() публичный метод

public FunctionalMethod ( Func function ) : System
function Func
Результат System

FunctionalMethod() публичный метод

public FunctionalMethod ( Func nativeFunction ) : System
nativeFunction Func
Результат System

FunctionalMethod() публичный метод

public FunctionalMethod ( string name, IBehavior classDescription, Func function ) : System
name string
classDescription IBehavior
function Func
Результат System

FunctionalMethod() публичный метод

public FunctionalMethod ( string name, IBehavior classDescription, Func nativeFunction ) : System
name string
classDescription IBehavior
nativeFunction Func
Результат System