ScriptStack 1.0.5
Loading...
Searching...
No Matches
ScriptStack.Compiler.Parser.Variable Struct Reference

Public Member Functions

 Variable (string name, Scope scope, Type derivatedType)

Public Attributes

string name
Scope scope
Type derivatedType

Detailed Description

Definition at line 26 of file Parser.cs.

Constructor & Destructor Documentation

◆ Variable()

ScriptStack.Compiler.Parser.Variable.Variable ( string name,
Scope scope,
Type derivatedType )

Definition at line 33 of file Parser.cs.

34 {
35
36 this.name = name;
37
38 this.scope = scope;
39
40 this.derivatedType = derivatedType;
41
42 }

References derivatedType, name, and scope.

Member Data Documentation

◆ derivatedType

◆ name

string ScriptStack.Compiler.Parser.Variable.name

◆ scope

Scope ScriptStack.Compiler.Parser.Variable.scope

Definition at line 30 of file Parser.cs.

Referenced by Variable().


The documentation for this struct was generated from the following file: