|
Kiwi Script
KiwiScript Interpreter
|
#include <KSFunction.h>
Data Fields | |
| struct KEFunction | superClass |
| struct CNObjectList | parameterList |
| struct CNObjectList | returnTypeList |
| struct KSCompoundStatement * | bodyStatement |
IR for the function
| struct KSCompoundStatement* KSFunction::bodyStatement |
Function body
| struct CNObjectList KSFunction::parameterList |
List of parameters (KSVariable)
| struct CNObjectList KSFunction::returnTypeList |
List of return types (KEFrame)
| struct KEFunction KSFunction::superClass |
Super class
1.8.5