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

#include <KSCaseStatement.h>

Data Fields

struct KSStatement superClass
 
struct CNObjectList caseLabelList
 
CNBoolean isDefault
 
struct KSCompoundStatementbodyStatement
 

Detailed Description

IR for case statement

Field Documentation

struct KSCompoundStatement* KSCaseStatement::bodyStatement

Case body

struct CNObjectList KSCaseStatement::caseLabelList

List of KSExpression as case lable

CNBoolean KSCaseStatement::isDefault

Flag to present default

struct KSStatement KSCaseStatement::superClass

Super class


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