Constructor
new NodeVar( name : string, type : string, readOnly : boolean, count : number )
Constructs a new node variable.
| name |
The name of the variable. |
| type |
The type of the variable. |
| readOnly |
The read-only flag. Default is |
| count |
The size. Default is |
Properties
.count : number
The size.
.isNodeVar : boolean (readonly)
This flag can be used for type testing.
Default is true.
.name : string
The name of the variable.
.readOnly : boolean
The read-only flag.
.type : string
The type of the variable.