sig
  val opcodes2code :
    JBasics.constant array ->
    JBasics.bootstrap_method array ->
    JClassLow.opcode array -> JCode.jopcodes
  val code2opcodes :
    JBasics.constant JLib.DynArray.t ->
    JBasics.bootstrap_method JLib.DynArray.t ->
    JCode.jopcodes -> JClassLow.opcode array
  val opcode2instruction :
    JBasics.constant array ->
    JBasics.bootstrap_method array -> JClassLow.opcode -> JCode.jopcode
  val instruction2opcode :
    JBasics.constant JLib.DynArray.t ->
    JBasics.bootstrap_method JLib.DynArray.t ->
    int -> JCode.jopcode -> JClassLow.opcode
end