8 #ifndef KSIFSTATEMENT_H
9 #define KSIFSTATEMENT_H
11 #include <KiwiEngine/KiwiEngine.h>
42 struct KELineInfo * linfo,
43 struct CNResource * resource) ;
IR for KSStatement class.
Definition: KSStatement.h:15
struct KSExpression * conditionExpression
Definition: KSIfStatement.h:22
Definition: KSExpression.h:15
struct KSCompoundStatement * elseStatement
Definition: KSIfStatement.h:26
struct KSCompoundStatement * thenStatement
Definition: KSIfStatement.h:24
struct KSStatement superClass
Definition: KSIfStatement.h:20
Definition: KSIfStatement.h:18
struct KSIfStatement * KSAllocateIfStatement(struct KSExpression *condexp, struct KSCompoundStatement *thenstmt, struct KSCompoundStatement *elsestmt, struct KELineInfo *linfo, struct CNResource *resource)
Allocate for statement.
Definition: KSCompoundStatement.h:18
Forward declarations for the KiwiScript.