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

#include <KSDoWhileStatement.h>

Data Fields

struct KSStatement superClass
 
struct KSExpressionconditionExpression
 
struct KSCompoundStatementbodyStatement
 

Detailed Description

IR for do-loop statement

Field Documentation

struct KSCompoundStatement* KSDoWhileStatement::bodyStatement

Loop body

struct KSExpression* KSDoWhileStatement::conditionExpression

Condition expression

struct KSStatement KSDoWhileStatement::superClass

Super class


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