8 #ifndef KSVARIABLESTATEMENT_H
9 #define KSVARIABLESTATEMENT_H
11 #include <KiwiEngine/KiwiEngine.h>
38 struct KELineInfo * linfo,
39 struct CNResource * resource) ;
IR for KSStatement class.
Definition: KSStatement.h:15
Definition: KSVariableStatement.h:18
Definition: KSExpression.h:15
struct KSStatement superClass
Definition: KSVariableStatement.h:20
struct KSVariableStatement * KSAllocateVariableStatement(struct KSVariable *var, struct KSExpression *exp, struct KELineInfo *linfo, struct CNResource *resource)
Allocate variable definition statement.
Forward declarations for the KiwiScript.
struct KSExpression * expression
Definition: KSVariableStatement.h:24
struct KSVariable * variable
Definition: KSVariableStatement.h:22
Definition: KSVariable.h:15