11 #include <KiwiEngine/KiwiEngine.h>
76 static inline struct CNResource *
79 return CNResourceOfObject(&(stmt->
superClass)) ;
93 (*accfunc)(visitor, stmt, userinfo) ;
Definition: KSStatement.h:15
Definition: KSStatementVisitor.h:14
struct CNObjectMethods superClass
Definition: KSStatement.h:28
struct CNObject superClass
Definition: KSStatement.h:17
void(* KSAcceptStatementVisitorFuncRef)(const struct KSStatementVisitor *visitor, struct KSStatement *stmt, void *userinfo)
Definition: KSStatement.h:23
Definition: KSStatement.h:26
struct KELineInfo * lineInfo
Definition: KSStatement.h:19
struct KSStatement * KSAllocateStatement(size_t size, const struct KSStatementMethods *methods, struct KELineInfo *linfo, struct CNResource *resource)
Allocate statement.
KSAcceptStatementVisitorFuncRef acceptVisitorFunc
Definition: KSStatement.h:30
Forward declarations for the KiwiScript.