| 5539 | CrementOp crement; |
| 5540 | |
| 5541 | ArrayAccessI(CppiaExpr *inSrc, int inClassId, CppiaExpr *inObj, CppiaExpr *inI) |
| 5542 | : CppiaDynamicExpr(inSrc) |
| 5543 | { |
| 5544 | object = inObj; |
| 5545 | index = inI; |
| 5546 | value = 0; |
| 5547 | assign = aoNone; |
| 5548 | crement = coNone; |
| 5549 | classId = inClassId; |
| 5550 | __get = 0; |
| 5551 | __set = 0; |
| 5552 | } |
| 5553 | |
| 5554 | const char *getName() HXCPP_OVERRIDE { return "ArrayAccessI"; } |
| 5555 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
nothing calls this directly
no outgoing calls
no test coverage detected