Method | Description | |
---|---|---|
CompileGet ( string name ) : void | ||
CompileSet ( string name ) : void | ||
Execute ( System.Machine machine, IObject self, object args ) : object | ||
Execute ( System.Machine machine, object args ) : object | ||
ExecuteInInterpreter ( |
||
ExecuteNative ( System.Machine machine, object self, object args ) : object | ||
ExecuteNativeInInterpreter ( |
||
GetClassVariableName ( int n ) : string | ||
GetInstanceVariableName ( int n ) : string | ||
GetInstanceVariableOffset ( string name ) : int | ||
Method ( IBehavior cls, string name ) : System | ||
Method ( IBehavior cls, string name, string source ) : System | ||
Method ( string name ) : System |
Method | Description | |
---|---|---|
TryCompileGet ( string name ) : bool | ||
TryCompileSet ( string name ) : bool |
Method | Description | |
---|---|---|
SetBehavior ( IBehavior behavior ) : void |
public Execute ( System.Machine machine, IObject self, object args ) : object | ||
machine | System.Machine | |
self | IObject | |
args | object | |
return | object |
public Execute ( System.Machine machine, object args ) : object | ||
machine | System.Machine | |
args | object | |
return | object |
public ExecuteInInterpreter ( |
||
interpreter | ||
self | IObject | |
args | object | |
return | object |
public ExecuteNative ( System.Machine machine, object self, object args ) : object | ||
machine | System.Machine | |
self | object | |
args | object | |
return | object |
public ExecuteNativeInInterpreter ( |
||
interpreter | ||
self | object | |
args | object | |
return | object |
public GetClassVariableName ( int n ) : string | ||
n | int | |
return | string |
public GetInstanceVariableName ( int n ) : string | ||
n | int | |
return | string |
public GetInstanceVariableOffset ( string name ) : int | ||
name | string | |
return | int |
public Method ( IBehavior cls, string name ) : System | ||
cls | IBehavior | |
name | string | |
return | System |
public Method ( IBehavior cls, string name, string source ) : System | ||
cls | IBehavior | |
name | string | |
source | string | |
return | System |
protected TryCompileGet ( string name ) : bool | ||
name | string | |
return | bool |
protected TryCompileSet ( string name ) : bool | ||
name | string | |
return | bool |