IR for KSPathExpression class.
More...
Go to the source code of this file.
IR for KSPathExpression class.
- Copyright
- Copyright (C) 2014 Steel Wheels Project
| struct KSPathExpression* KSAllocatePathExpression |
( |
struct KEPath * |
path, |
|
|
struct KELineInfo * |
linfo, |
|
|
struct CNResource * |
resource |
|
) |
| |
Allocate path expression.
- Returns
- Allocated expression
- Parameters
-
| path | Source path |
| linfo | Line information of the expression |
| resource | Resource to allocate the expression |
| CNBoolean KSIsPathExpression |
( |
const struct KSExpression * |
src | ) |
|
Check the expression class.
- Return values
-
| True | The source expression is an object of the class |
| False | The source expression is NOT an object of the class |
- Parameters
-