Inheritance diagram for CCM::Variable:

Public Member Functions | |
| Variable (string name, Type type, Class stubClass, bool array, List attrs, bool _public) | |
| Creates an uninitialized (null) variable or class field. | |
| Variable (Variable v) | |
| Clones the given variable. | |
| Variable (string name, Type type, Class stubClass, bool array, List attrs, bool _public, Object value) | |
| Creates an initialized variable or class field. | |
| override string | ToString () |
Public Attributes | |
| Object | value = null |
| Current variable value. | |
|
||||||||||||||||||||||||||||
|
Creates an uninitialized (null) variable or class field.
|
|
|
Clones the given variable.
|
|
||||||||||||||||||||||||||||||||
|
Creates an initialized variable or class field.
|
|
|
Reimplemented from CCM::VariableDecl. |
|
|
Current variable value. Arrays are stored as List of values. |
1.3.7