Method | Description | |
---|---|---|
Dereference ( Reference Reference, int Index ) : void | ||
Destroy ( int Index ) : void | ||
EnterScope ( ) : void | ||
ExitScope ( bool DoNotDestroy = false ) : void | ||
FreeMemoy ( int Index ) : void | ||
GetCurrentScope ( ) : Scope | ||
GetMemoryUsage ( ) : int | ||
GetValue ( int Index ) : Value | ||
Identify ( string Name ) : Reference | ||
RegisterReference ( Reference Reference, int Index ) : void | ||
Run ( List |
||
RunFromFile ( string Path, |
||
RunFromSource ( string Code, |
||
SetAlias ( string Name, Reference Reference ) : void | ||
SetAlias ( string Name, int Index ) : void | ||
SetAsCurrentScope ( Scope Scope ) : void | ||
SetValue ( int Index, Value Value ) : void | ||
StoreValue ( Value Value, bool ForceNew = false ) : int |
Method | Description | |
---|---|---|
Compiler ( ) : System | ||
Reserve ( object Sender ) : Reference |
public static Dereference ( Reference Reference, int Index ) : void | ||
Reference | Reference | |
Index | int | |
return | void |
public static ExitScope ( bool DoNotDestroy = false ) : void | ||
DoNotDestroy | bool | |
return | void |
public static Identify ( string Name ) : Reference | ||
Name | string | |
return | Reference |
public static RegisterReference ( Reference Reference, int Index ) : void | ||
Reference | Reference | |
Index | int | |
return | void |
public static RunFromFile ( string Path, |
||
Path | string | |
Options | ||
return | void |
public static RunFromSource ( string Code, |
||
Code | string | |
Options | ||
return | void |
public static SetAlias ( string Name, Reference Reference ) : void | ||
Name | string | |
Reference | Reference | |
return | void |
public static SetAlias ( string Name, int Index ) : void | ||
Name | string | |
Index | int | |
return | void |
public static SetAsCurrentScope ( Scope Scope ) : void | ||
Scope | Scope | |
return | void |
public static SetValue ( int Index, Value Value ) : void | ||
Index | int | |
Value | Value | |
return | void |
public static StoreValue ( Value Value, bool ForceNew = false ) : int | ||
Value | Value | |
ForceNew | bool | |
return | int |