m.makePublic();
code = m.getCode(true);
code.aload().setThis();
for (int j = 0; j < params.length; j++)
code.xload().setParam(j).setType(params[j]);
code.invokespecial().setMethod(cons[i]);
code.vreturn();
code.calculateMaxStack();
code.calculateMaxLocals();
}