8 #ifndef KSSWITCHSTATEMENT_H
9 #define KSSWITCHSTATEMENT_H
11 #include <KiwiEngine/KiwiEngine.h>
37 struct CNObjectList * caselist,
38 struct KELineInfo * linfo,
39 struct CNResource * resource) ;
IR for KSStatement class.
Definition: KSStatement.h:15
Definition: KSSwitchStatement.h:18
Definition: KSExpression.h:15
struct KSStatement superClass
Definition: KSSwitchStatement.h:20
struct KSSwitchStatement * KSAllocateSwitchStatement(struct KSExpression *condexp, struct CNObjectList *caselist, struct KELineInfo *linfo, struct CNResource *resource)
Allocate for statement.
struct KSExpression * conditionExpression
Definition: KSSwitchStatement.h:22
Forward declarations for the KiwiScript.
struct CNObjectList caseStatementList
Definition: KSSwitchStatement.h:24