8 #ifndef KSSTATEMENTVISITOR_H
9 #define KSSTATEMENTVISITOR_H
18 void (*visitIfStatement)(
struct KSIfStatement * stmt,
void * userinfo) ;
20 void (*visitCaseStatement)(
struct KSCaseStatement * stmt,
void * userinfo) ;
21 void (*visitForStatement)(
struct KSForStatement * stmt,
void * userinfo) ;
22 void (*visitWhileStatement)(
struct KSWhileStatement * stmt,
void * userinfo) ;
Definition: KSDoWhileStatement.h:18
Definition: KSVariableStatement.h:18
Definition: KSSwitchStatement.h:18
Definition: KSCaseStatement.h:18
Definition: KSStatementVisitor.h:14
Definition: KSExpressionStatement.h:18
Definition: KSWhileStatement.h:18
Definition: KSIfStatement.h:18
Definition: KSForStatement.h:24
Definition: KSCompoundStatement.h:18
Forward declarations for the KiwiScript.