public Instruction emit(ClassFile cf) { return (Instruction) inst.clone(cf); }
public static void main(String[] args) { Instruction.dumpOpcodes(); }