Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
Data Fields
KSFunction Struct Reference

#include <KSFunction.h>

Data Fields

struct KEFunction superClass
 
struct CNObjectList parameterList
 
struct CNObjectList returnTypeList
 
struct KSCompoundStatementbodyStatement
 

Detailed Description

IR for the function

Field Documentation

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


The documentation for this struct was generated from the following file: