static Android3 methodsBot(S name, final L exposedMethods) { ret makeBot(name, new O { S answer(S s) { ret exposeMethods(s, exposedMethods); } }); }