|
Kiwi Script
KiwiScript Interpreter
|
IR for KSPostfixExpression class. More...
#include "KSExpression.h"Go to the source code of this file.
Data Structures | |
| struct | KSPostfixExpression |
Enumerations | |
| enum | KSPostfixOperator { KSPostfixInc, KSPostfixDec } |
Functions | |
| struct KSPostfixExpression * | KSAllocatePostfixExpression (KSPostfixOperator op, struct KSExpression *srcexp, struct KELineInfo *linfo, struct CNResource *resource) |
| Allocate postfix-expression object. More... | |
| CNBoolean | KSIsPostfixExpression (const struct KSExpression *src) |
| Check the expression class. More... | |
IR for KSPostfixExpression class.
| enum KSPostfixOperator |
Operators for KSPostfixExpression
| struct KSPostfixExpression* KSAllocatePostfixExpression | ( | KSPostfixOperator | op, |
| struct KSExpression * | srcexp, | ||
| struct KELineInfo * | linfo, | ||
| struct CNResource * | resource | ||
| ) |
Allocate postfix-expression object.
| op | Postfix operator |
| srcexp | Source expression |
| linfo | Line information |
| resource | Resource to allocate the object |
| CNBoolean KSIsPostfixExpression | ( | const struct KSExpression * | src | ) |
Check the expression class.
| True | The source expression is an object of the class |
| False | The source expression is NOT an object of the class |
| src | Source expression |
1.8.5