ret.append(this.getMethodHeader()).append("\n");
// theoretically already construct during loading
new MethodInfoRead().makeOpcodeArray(this);
for (Entry<Short, OpCode> CurrentEntry : opcodeMap.entrySet()) {
ret.append(String.format("\t\t/*%04x*/", CurrentEntry.getKey())).append(" ").append(CurrentEntry.getValue());
}