| 5775 | |
| 5776 | |
| 5777 | ArrayIExpr(CppiaStream &stream) |
| 5778 | { |
| 5779 | classId = stream.getInt(); |
| 5780 | thisExpr = createCppiaExpr(stream); |
| 5781 | iExpr = createCppiaExpr(stream); |
| 5782 | value = 0; |
| 5783 | crementOp = coNone; |
| 5784 | assignOp = aoNone; |
| 5785 | } |
| 5786 | |
| 5787 | const char *getName() HXCPP_OVERRIDE { return "ArrayIExpr"; } |
| 5788 |
nothing calls this directly
no test coverage detected