C# 클래스 AjTalk.Language.FunctionalMethod

상속: IMethod
파일 보기 프로젝트 열기: ajlopez/AjTalk 1 사용 예제들

공개 메소드들

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