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

#include <KSIfStatement.h>

Data Fields

struct KSStatement superClass
 
struct KSExpressionconditionExpression
 
struct KSCompoundStatementthenStatement
 
struct KSCompoundStatementelseStatement
 

Detailed Description

IR for if statement

Field Documentation

struct KSExpression* KSIfStatement::conditionExpression

Condition expression

struct KSCompoundStatement* KSIfStatement::elseStatement

Else statement (This value will be NULL)

struct KSStatement KSIfStatement::superClass

Super class

struct KSCompoundStatement* KSIfStatement::thenStatement

Then statement


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