8 #ifndef KSDOWHILESTATEMENT_H
9 #define KSDOWHILESTATEMENT_H
11 #include <KiwiEngine/KiwiEngine.h>
Definition: KSDoWhileStatement.h:18
IR for KSStatement class.
Definition: KSStatement.h:15
Definition: KSExpression.h:15
struct KSCompoundStatement * bodyStatement
Definition: KSDoWhileStatement.h:24
struct KSDoWhileStatement * KSAllocateDoWhileStatement(struct KSExpression *condexp, struct KSCompoundStatement *bodystmt, struct KELineInfo *linfo, struct CNResource *resource)
Allocate do-while statement.
struct KSExpression * conditionExpression
Definition: KSDoWhileStatement.h:22
Definition: KSCompoundStatement.h:18
Forward declarations for the KiwiScript.
struct KSStatement superClass
Definition: KSDoWhileStatement.h:20