|
Kiwi Script
KiwiScript Interpreter
|
IR for KSCaseStatement class. More...
Go to the source code of this file.
Data Structures | |
| struct | KSCaseStatement |
Functions | |
| struct KSCaseStatement * | KSAllocateCaseStatement (struct CNList *explist, struct KSCompoundStatement *bodystmt, struct KELineInfo *linfo, struct CNResource *resource) |
| Allocate for statement. More... | |
IR for KSCaseStatement class.
| struct KSCaseStatement* KSAllocateCaseStatement | ( | struct CNList * | explist, |
| struct KSCompoundStatement * | bodystmt, | ||
| struct KELineInfo * | linfo, | ||
| struct CNResource * | resource | ||
| ) |
Allocate for statement.
| explist | List of KSExpressions for label |
| bodystmt | Body statement |
| linfo | Line information |
| resource | Resource to allocate the object |
1.8.5