Property | Type | Description |
---|
Method | Description | |
---|---|---|
Execute ( ICpu cpu ) : void | ||
OpcodePushScope ( |
Push a scope frame that knows the id of its lexical parent scope.
|
|
PopulateFromMLFields ( List | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
OpcodePushScope ( ) : System |
This variant of the constructor is just for ML file save/load to use.
|
public OpcodePushScope ( |
||
id | the unique id of this scope frame. | |
parentId | the unique id of the scope frame this scope is inside of. | |
return | System |