|
ScriptStack 1.0.5
|
Public Member Functions | |
| Variable (string name, Scope scope, Type derivatedType) | |
Public Attributes | |
| string | name |
| Scope | scope |
| Type | derivatedType |
| ScriptStack.Compiler.Parser.Variable.Variable | ( | string | name, |
| Scope | scope, | ||
| Type | derivatedType ) |
Definition at line 33 of file Parser.cs.
References derivatedType, name, and scope.
| Type ScriptStack.Compiler.Parser.Variable.derivatedType |
Definition at line 31 of file Parser.cs.
Referenced by ScriptStack.Compiler.Parser.AccessChainAssignment(), ScriptStack.Compiler.Parser.And(), ScriptStack.Compiler.Parser.Arithmetic(), ScriptStack.Compiler.Parser.ArrayAssignment(), ScriptStack.Compiler.Parser.For(), ScriptStack.Compiler.Parser.ForEach(), ScriptStack.Compiler.Parser.MemberAssignment(), ScriptStack.Compiler.Parser.Or(), ScriptStack.Compiler.Parser.Relation(), ScriptStack.Compiler.Parser.Term(), Variable(), ScriptStack.Compiler.Parser.VariableAssignment(), and ScriptStack.Compiler.Parser.While().
| string ScriptStack.Compiler.Parser.Variable.name |
Definition at line 29 of file Parser.cs.
Referenced by ScriptStack.Compiler.Parser.AccessChain(), ScriptStack.Compiler.Parser.AccessChainAssignment(), ScriptStack.Compiler.Parser.And(), ScriptStack.Compiler.Parser.Arithmetic(), ScriptStack.Compiler.Parser.ArrayAssignment(), ScriptStack.Compiler.Parser.Atom(), ScriptStack.Compiler.Parser.BinaryAnd(), ScriptStack.Compiler.Parser.BinaryNot(), ScriptStack.Compiler.Parser.BinaryNotAssign(), ScriptStack.Compiler.Parser.BinaryOr(), ScriptStack.Compiler.Parser.BitwiseAnd(), ScriptStack.Compiler.Parser.BitwiseOr(), ScriptStack.Compiler.Parser.BitwiseXor(), ScriptStack.Compiler.Parser.BraceArray(), ScriptStack.Compiler.Parser.BracketArray(), ScriptStack.Compiler.Parser.Factor(), ScriptStack.Compiler.Parser.For(), ScriptStack.Compiler.Parser.ForEach(), ScriptStack.Compiler.Parser.FunctionCall(), ScriptStack.Compiler.Parser.If(), ScriptStack.Compiler.Parser.LockedStatementList(), ScriptStack.Compiler.Parser.MemberAssignment(), ScriptStack.Compiler.Parser.Not(), ScriptStack.Compiler.Parser.Or(), ScriptStack.Compiler.Parser.Pointer(), ScriptStack.Compiler.Parser.Relation(), ScriptStack.Compiler.Parser.RoutineCall(), ScriptStack.Compiler.Parser.ShiftLeft(), ScriptStack.Compiler.Parser.ShiftRight(), ScriptStack.Compiler.Parser.Switch(), ScriptStack.Compiler.Parser.Term(), Variable(), ScriptStack.Compiler.Parser.VariableAssignment(), ScriptStack.Compiler.Parser.While(), and ScriptStack.Compiler.Parser.Xor().
| Scope ScriptStack.Compiler.Parser.Variable.scope |
Definition at line 30 of file Parser.cs.
Referenced by Variable().