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

#include <KSWhileStatement.h>

Data Fields

struct KSStatement superClass
 
struct KSExpressionconditionExpression
 
struct KSCompoundStatementbodyStatement
 

Detailed Description

IR for while-loop statement

Field Documentation

struct KSCompoundStatement* KSWhileStatement::bodyStatement

Loop body

struct KSExpression* KSWhileStatement::conditionExpression

Condition expression

struct KSStatement KSWhileStatement::superClass

Super class


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