Module JCHDumpBasicTypes

val value_signature : JCHBasicTypesAPI.value_type_t -> string
val type2shortstring : JCHBasicTypesAPI.value_type_t -> string
val method_signature : string -> < arguments : JCHBasicTypesAPI.value_type_t list ; return_value : JCHBasicTypesAPI.value_type_t option.. > -> string
val signature : string -> JCHBasicTypesAPI.descriptor_t -> string
val jvm_basic_type : JCHBasicTypesAPI.java_basic_type_t -> char
val java_basic_type : JCHBasicTypesAPI.java_basic_type_t -> char
val dump_constant_value : 'a IO.output -> JCHBasicTypesAPI.constant_value_t -> unit
val dump_constant : 'a IO.output -> JCHBasicTypesAPI.constant_t -> unit
val dump_verification_type : JCHBasicTypesAPI.verification_type_t -> string
val dump_stackmap : 'a IO.output -> (int * JCHBasicTypesAPI.verification_type_t list * JCHBasicTypesAPI.verification_type_t list) -> unit
val dump_exc : 'a IO.output -> 'b -> < catch_type : < name : string.. > option ; h_end : int ; h_start : int ; handler : int.. > -> unit