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

IR for KSVariableStatement class. More...

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

Go to the source code of this file.

Data Structures

struct  KSVariableStatement
 

Functions

struct KSVariableStatementKSAllocateVariableStatement (struct KSVariable *var, struct KSExpression *exp, struct KELineInfo *linfo, struct CNResource *resource)
 Allocate variable definition statement. More...
 

Detailed Description

IR for KSVariableStatement class.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct KSVariableStatement* KSAllocateVariableStatement ( struct KSVariable var,
struct KSExpression exp,
struct KELineInfo *  linfo,
struct CNResource *  resource 
)

Allocate variable definition statement.

Returns
Statement object
Parameters
varvariable
expexpression
linfoLine information
resourceResource to allocate the object