Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSPathExpression.h
Go to the documentation of this file.
1 
8 #ifndef KSPATHEXPRESSION_H
9 #define KSPATHEXPRESSION_H
10 
11 #include "KSExpression.h"
12 
20  struct KEPath * path ;
21 } ;
22 
30 struct KSPathExpression *
31 KSAllocatePathExpression(struct KEPath * path, struct KELineInfo * linfo, struct CNResource * resource) ;
32 
39 CNBoolean
40 KSIsPathExpression(const struct KSExpression * src) ;
41 
42 #endif /* KSPATHEXPRESSION_H */
43 
IR for KSExpression class.
struct KSPathExpression * KSAllocatePathExpression(struct KEPath *path, struct KELineInfo *linfo, struct CNResource *resource)
Allocate path expression.
Definition: KSExpression.h:15
Definition: KSPathExpression.h:16
CNBoolean KSIsPathExpression(const struct KSExpression *src)
Check the expression class.
struct KSExpression superClass
Definition: KSPathExpression.h:18
struct KEPath * path
Definition: KSPathExpression.h:20