static class Gen { S name; O func; *() {} *(S *name, O *func) {} public S toString() { ret name; } }