Kiwi Script
KiwiScript Interpreter
|
#include <KSIfStatement.h>
Data Fields | |
struct KSStatement | superClass |
struct KSExpression * | conditionExpression |
struct KSCompoundStatement * | thenStatement |
struct KSCompoundStatement * | elseStatement |
IR for if statement
struct KSExpression* KSIfStatement::conditionExpression |
Condition expression
struct KSCompoundStatement* KSIfStatement::elseStatement |
Else statement (This value will be NULL)
struct KSStatement KSIfStatement::superClass |
Super class
struct KSCompoundStatement* KSIfStatement::thenStatement |
Then statement