sig
  type error = Method_has_no_code
  exception Exception of FlowPrinter.error
  val string_of_error : FlowPrinter.error -> string
  val print_to_buffer :
    Utils.UTF8Buffer.t ->
    Graph.format -> ClassLoader.t -> Utils.UTF8.t -> unit
  val print_to_stream :
    OutputStream.t -> Graph.format -> ClassLoader.t -> Utils.UTF8.t -> unit
  val print : Graph.format -> ClassLoader.t -> Utils.UTF8.t -> unit
end