| 578 | const char *getName() HXCPP_OVERRIDE { return "IsNull"; } |
| 579 | |
| 580 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
| 581 | { |
| 582 | condition = condition->link(inModule); |
| 583 | return this; |
| 584 | } |
| 585 | |
| 586 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 587 | { |