Kiwi Script
KiwiScript Interpreter
|
IR for KSSwitchStatement class. More...
Go to the source code of this file.
Data Structures | |
struct | KSSwitchStatement |
Functions | |
struct KSSwitchStatement * | KSAllocateSwitchStatement (struct KSExpression *condexp, struct CNObjectList *caselist, struct KELineInfo *linfo, struct CNResource *resource) |
Allocate for statement. More... | |
IR for KSSwitchStatement class.
struct KSSwitchStatement* KSAllocateSwitchStatement | ( | struct KSExpression * | condexp, |
struct CNObjectList * | caselist, | ||
struct KELineInfo * | linfo, | ||
struct CNResource * | resource | ||
) |
Allocate for statement.
condexp | Condition expression |
caselist | List of case statements |
linfo | Line information |
resource | Resource to allocate the object |