Midnight Blue Game and Engine
Public Member Functions | Properties | List of all members
MB2D.VariableASTNode Class Reference

Represents a variable with a type and a value More...

Collaboration diagram for MB2D.VariableASTNode:
Collaboration graph

Public Member Functions

 VariableASTNode (Type type, object value)
 Initializes a new instance of the T:MB2D.VariableASTNode class. More...
 

Properties

Type Type [get]
 Gets the variables type info More...
 
object Value [get]
 Gets the value to assign to the variable More...
 

Detailed Description

Represents a variable with a type and a value

Constructor & Destructor Documentation

§ VariableASTNode()

MB2D.VariableASTNode.VariableASTNode ( Type  type,
object  value 
)
inline

Initializes a new instance of the T:MB2D.VariableASTNode class.

Parameters
typeType of the variable.
valueValue to assign.

Property Documentation

§ Type

Type MB2D.VariableASTNode.Type
get

Gets the variables type info

The type.

§ Value

object MB2D.VariableASTNode.Value
get

Gets the value to assign to the variable

The value.


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