srecord ObjectPlusMethodName(O object, S method) { O call(O... args) { ret main call(object, method, args); } }