Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
Data Fields
KSSwitchStatement Struct Reference

#include <KSSwitchStatement.h>

Data Fields

struct KSStatement superClass
 
struct KSExpressionconditionExpression
 
struct CNObjectList caseStatementList
 

Detailed Description

IR for switch statement

Field Documentation

struct CNObjectList KSSwitchStatement::caseStatementList

List of KSCaseStatement

struct KSExpression* KSSwitchStatement::conditionExpression

Condition expression

struct KSStatement KSSwitchStatement::superClass

Super class


The documentation for this struct was generated from the following file: