Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
Data Structures | Functions
KSSwitchStatement.h File Reference

IR for KSSwitchStatement class. More...

#include <KiwiEngine/KiwiEngine.h>
#include "KSStatement.h"
#include "KSForwarders.h"

Go to the source code of this file.

Data Structures

struct  KSSwitchStatement
 

Functions

struct KSSwitchStatementKSAllocateSwitchStatement (struct KSExpression *condexp, struct CNObjectList *caselist, struct KELineInfo *linfo, struct CNResource *resource)
 Allocate for statement. More...
 

Detailed Description

IR for KSSwitchStatement class.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct KSSwitchStatement* KSAllocateSwitchStatement ( struct KSExpression condexp,
struct CNObjectList *  caselist,
struct KELineInfo *  linfo,
struct CNResource *  resource 
)

Allocate for statement.

Returns
Statement object
Parameters
condexpCondition expression
caselistList of case statements
linfoLine information
resourceResource to allocate the object