|
Kiwi Script
KiwiScript Interpreter
|
IR for KSIfStatement class. More...
Go to the source code of this file.
Data Structures | |
| struct | KSIfStatement |
Functions | |
| struct KSIfStatement * | KSAllocateIfStatement (struct KSExpression *condexp, struct KSCompoundStatement *thenstmt, struct KSCompoundStatement *elsestmt, struct KELineInfo *linfo, struct CNResource *resource) |
| Allocate for statement. More... | |
IR for KSIfStatement class.
| struct KSIfStatement* KSAllocateIfStatement | ( | struct KSExpression * | condexp, |
| struct KSCompoundStatement * | thenstmt, | ||
| struct KSCompoundStatement * | elsestmt, | ||
| struct KELineInfo * | linfo, | ||
| struct CNResource * | resource | ||
| ) |
Allocate for statement.
| condexp | Condition expression |
| thenstmt | Then statement |
| elsestmt | Else statement (This will ne NULL) |
| linfo | Line information |
| resource | Resource to allocate the object |
1.8.5