| 165 | struct CppiaIntExpr : public CppiaExpr |
| 166 | { |
| 167 | CppiaIntExpr(const CppiaExpr *inSrc=0) : CppiaExpr(inSrc) {} |
| 168 | |
| 169 | const char *getName() HXCPP_OVERRIDE { return "CppiaIntExpr"; } |
| 170 | ExprType getType() HXCPP_OVERRIDE { return etInt; } |
nothing calls this directly
no outgoing calls
no test coverage detected