returns dimension of variable of last token
| 371 | { return var_num; } |
| 372 | /// returns dimension of variable of last token |
| 373 | int GetVariableDimension() const |
| 374 | { return var_dim; } |
| 375 | bool GetVariableIsComplex() const |
| 376 | { return var_iscomplex; } |
| 377 |