ScriptStack 1.0.0
A .NET scripting language
Lade ...
Suche ...
Keine Treffer
ScriptStack.Runtime.Interpreter.FunctionFrame Klassenreferenz

For every forward declared function, a new function frame is created including a memory object holding its local variables. The values are pushed on the stack before they are called. Mehr ...

Öffentliche Attribute

Function function
 
Memory localMemory
 
int nextInstruction
 

Ausführliche Beschreibung

For every forward declared function, a new function frame is created including a memory object holding its local variables. The values are pushed on the stack before they are called.

Dokumentation der Datenelemente

◆ function

Function ScriptStack.Runtime.Interpreter.FunctionFrame.function

◆ localMemory

Memory ScriptStack.Runtime.Interpreter.FunctionFrame.localMemory

◆ nextInstruction

int ScriptStack.Runtime.Interpreter.FunctionFrame.nextInstruction

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: