| 6005 | |
| 6006 | |
| 6007 | ForExpr(CppiaStream &stream) |
| 6008 | { |
| 6009 | var.fromStream(stream); |
| 6010 | init = createCppiaExpr(stream); |
| 6011 | loop = createCppiaExpr(stream); |
| 6012 | } |
| 6013 | |
| 6014 | const char *getName() HXCPP_OVERRIDE { return "ForExpr"; } |
| 6015 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
nothing calls this directly
no test coverage detected