| 7078 | { |
| 7079 | CppiaExpr *left; |
| 7080 | BitNot(CppiaStream &stream) |
| 7081 | { |
| 7082 | left = createCppiaExpr(stream); |
| 7083 | } |
| 7084 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
| 7085 | { |
| 7086 | left = left->link(inModule); |
nothing calls this directly
no test coverage detected