| 188 | Expressions args; |
| 189 | |
| 190 | FloatBuiltin0(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { } |
| 191 | |
| 192 | const char *getName() HXCPP_OVERRIDE { return "FloatBuiltin0"; } |
| 193 | ExprType getType() HXCPP_OVERRIDE { return etFloat; } |
nothing calls this directly
no outgoing calls
no test coverage detected