| 7658 | CppiaExpr *lvalue; |
| 7659 | |
| 7660 | CrementExpr(CppiaStream &stream,CrementOp inOp) |
| 7661 | { |
| 7662 | op = inOp; |
| 7663 | lvalue = createCppiaExpr(stream); |
| 7664 | } |
| 7665 | const char *getName() HXCPP_OVERRIDE { return "CrementExpr"; } |
| 7666 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
| 7667 | { |
nothing calls this directly
no test coverage detected