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