| 618 | CppiaExpr *condition; |
| 619 | |
| 620 | CppiaIsNotNull(CppiaStream &stream) { condition = createCppiaExpr(stream); } |
| 621 | |
| 622 | const char *getName() HXCPP_OVERRIDE { return "IsNotNull"; } |
| 623 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE { condition = condition->link(inModule); return this; } |
nothing calls this directly
no test coverage detected