C# Class AjTalk.Language.FunctionalMethod

Inheritance: IMethod
Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( System.Machine machine, IObject self, IObject receiver, object args ) : object
machine System.Machine
self IObject
receiver IObject
args object
Résultat object

Execute() public méthode

public Execute ( System.Machine machine, IObject self, object args ) : object
machine System.Machine
self IObject
args object
Résultat object

Execute() public méthode

public Execute ( System.Machine machine, object args ) : object
machine System.Machine
args object
Résultat object

ExecuteInInterpreter() public méthode

public ExecuteInInterpreter ( Interpreter interpreter, IObject self, object args ) : object
interpreter Interpreter
self IObject
args object
Résultat object

ExecuteInInterpreter() public méthode

public ExecuteInInterpreter ( Interpreter interpreter, object args ) : object
interpreter Interpreter
args object
Résultat object

ExecuteNative() public méthode

public ExecuteNative ( System.Machine machine, object self, object args ) : object
machine System.Machine
self object
args object
Résultat object

ExecuteNativeInInterpreter() public méthode

public ExecuteNativeInInterpreter ( Interpreter interpreter, object self, object args ) : object
interpreter Interpreter
self object
args object
Résultat object

FunctionalMethod() public méthode

public FunctionalMethod ( Func function ) : System
function Func
Résultat System

FunctionalMethod() public méthode

public FunctionalMethod ( Func nativeFunction ) : System
nativeFunction Func
Résultat System

FunctionalMethod() public méthode

public FunctionalMethod ( string name, IBehavior classDescription, Func function ) : System
name string
classDescription IBehavior
function Func
Résultat System

FunctionalMethod() public méthode

public FunctionalMethod ( string name, IBehavior classDescription, Func nativeFunction ) : System
name string
classDescription IBehavior
nativeFunction Func
Résultat System