|
Kiwi Script
KiwiScript Interpreter
|
#include <KSDoWhileStatement.h>
Data Fields | |
| struct KSStatement | superClass |
| struct KSExpression * | conditionExpression |
| struct KSCompoundStatement * | bodyStatement |
IR for do-loop statement
| struct KSCompoundStatement* KSDoWhileStatement::bodyStatement |
Loop body
| struct KSExpression* KSDoWhileStatement::conditionExpression |
Condition expression
| struct KSStatement KSDoWhileStatement::superClass |
Super class
1.8.5