Public Attributes | |
| GStatementType | Type |
| The type of statement. | |
| int | Start |
| The start token for the statement. | |
| GArray< GCode > | Code |
| Child code element. | |
| GArray< GCode > * | PreStatement |
| Index of the statement executed at the start of the loop. | |
| int | Condition |
| The index of the condition expression. | |
| GArray< GCode > * | PostStatement |
| Index of the statement to execute after the loop body is executed. | |
| GFunc * | Method |
| The command to call. | |
| GArray< int > * | Args |
| Indexes to the start of each argument expression. | |
| GOperator | Op |
| The operator after the L-value. | |
| int | Expression |
| The index of the expression. | |
1.5.7.1