| 5829 | |
| 5830 | |
| 5831 | EnumIExpr(CppiaStream &stream) |
| 5832 | { |
| 5833 | classId = stream.getInt(); |
| 5834 | index = stream.getInt(); |
| 5835 | object = createCppiaExpr(stream); |
| 5836 | } |
| 5837 | |
| 5838 | const char *getName() HXCPP_OVERRIDE { return "EnumIExpr"; } |
| 5839 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
nothing calls this directly
no test coverage detected