sTableCopy.REPR = KnowHOW.getSTable().REPR;
KnowHOWHOW.setSTable(sTableCopy);
// And put a fake FindMethod in there that just looks in the
// dictionary.
KnowHOWHOW.getSTable().SpecialFindMethod = new ISpecialFindMethod() // C# has a => (lambda)
{
public RakudoObject SpecialFindMethod(ThreadContext tc, RakudoObject obj, String name, int hint)
{
HashMap<String, RakudoObject> mTable = ((KnowHOWREPR.KnowHOWInstance)obj).Methods;
if (mTable.containsKey(name))