| 1500 | |
| 1501 | |
| 1502 | NewExpr(CppiaStream &stream) |
| 1503 | { |
| 1504 | classId = stream.getInt(); |
| 1505 | constructor = 0; |
| 1506 | ReadExpressions(args,stream); |
| 1507 | } |
| 1508 | |
| 1509 | const char *getName() HXCPP_OVERRIDE { return "NewExpr"; } |
| 1510 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
nothing calls this directly
no test coverage detected