Kiwi Script
KiwiScript Interpreter
|
#include <KSSwitchStatement.h>
Data Fields | |
struct KSStatement | superClass |
struct KSExpression * | conditionExpression |
struct CNObjectList | caseStatementList |
IR for switch statement
struct CNObjectList KSSwitchStatement::caseStatementList |
List of KSCaseStatement
struct KSExpression* KSSwitchStatement::conditionExpression |
Condition expression
struct KSStatement KSSwitchStatement::superClass |
Super class