8 #ifndef KSCASESTATEMENT_H
9 #define KSCASESTATEMENT_H
11 #include <KiwiEngine/KiwiEngine.h>
40 struct KELineInfo * linfo,
41 struct CNResource * resource) ;
struct KSCompoundStatement * bodyStatement
Definition: KSCaseStatement.h:26
IR for KSStatement class.
Definition: KSStatement.h:15
Definition: KSCaseStatement.h:18
struct KSStatement superClass
Definition: KSCaseStatement.h:20
CNBoolean isDefault
Definition: KSCaseStatement.h:24
struct CNObjectList caseLabelList
Definition: KSCaseStatement.h:22
struct KSCaseStatement * KSAllocateCaseStatement(struct CNList *explist, struct KSCompoundStatement *bodystmt, struct KELineInfo *linfo, struct CNResource *resource)
Allocate for statement.
Definition: KSCompoundStatement.h:18
Forward declarations for the KiwiScript.