| 103 | struct ArraySetter : public ArrayBuiltinBase |
| 104 | { |
| 105 | ArraySetter(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions) |
| 106 | : ArrayBuiltinBase(inSrc,inThisExpr,ioExpressions) |
| 107 | { |
| 108 | } |
| 109 | const char *getName() HXCPP_OVERRIDE { return "ArraySetter"; } |
| 110 | ExprType getType() HXCPP_OVERRIDE |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected