ScriptStack 1.0.0
A .NET scripting language
Lade ...
Suche ...
Keine Treffer
ScriptStack.Compiler.Parser.Variable Strukturreferenz

Öffentliche Methoden

 Variable (string name, Scope scope, Type derivatedType)
 

Öffentliche Attribute

string name
 
Scope scope
 
Type derivatedType
 

Beschreibung der Konstruktoren und Destruktoren

◆ Variable()

ScriptStack.Compiler.Parser.Variable.Variable ( string name,
Scope scope,
Type derivatedType )
34 {
35
36 this.name = name;
37
38 this.scope = scope;
39
40 this.derivatedType = derivatedType;
41
42 }
Type derivatedType
Definition Parser.cs:31
string name
Definition Parser.cs:29
Scope scope
Definition Parser.cs:30

Benutzt ScriptStack.Compiler.Parser.Variable.derivatedType, ScriptStack.Compiler.Parser.Variable.name und ScriptStack.Compiler.Parser.Variable.scope.

Dokumentation der Datenelemente

◆ derivatedType

◆ name

◆ scope

Scope ScriptStack.Compiler.Parser.Variable.scope

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