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