Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
Data Structures | Functions
KSCompoundStatement.h File Reference

IR for KSCompoundStatement class. More...

#include <KiwiEngine/KiwiEngine.h>
#include "KSStatement.h"
#include "KSForwarders.h"

Go to the source code of this file.

Data Structures

struct  KSCompoundStatement
 

Functions

struct KSCompoundStatementKSAllocateCompoundStatement (struct KELineInfo *linfo, struct CNResource *resource)
 Allocate compound statement. More...
 

Detailed Description

IR for KSCompoundStatement class.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct KSCompoundStatement* KSAllocateCompoundStatement ( struct KELineInfo *  linfo,
struct CNResource *  resource 
)

Allocate compound statement.

Returns
Statement object
Parameters
sizeSize of the object
methodsMethods of the object
linfoLine information
resourceResource to allocate the object