IR for KSIndexedExpression class.
More...
Go to the source code of this file.
IR for KSIndexedExpression class.
- Copyright
- Copyright (C) 2014 Steel Wheels Project
Allocate postfix-expression object.
- Returns
- Allocated object
- Parameters
-
srcexp | Source expression |
idxexp | Index expression |
linfo | Line information |
resource | Resource to allocate the object |
CNBoolean KSIsIndexedExpression |
( |
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
-