!7 p { JavaClass c = classToBCEL(hotwire(#1010745)); //pnl(c.getMethods(); for (int i = 0; i < c.getConstantPool().getLength(); i++) print((i+1) + ". " + c.getConstantPool().getConstant(i)); print(); print("main.class size: " + fileSize(classFile)); print("Constant pool size: " + c.getConstantPool().getLength()); print("Fields: " + l(c.getFields())); print("Methods: " + l(c.getMethods())); }