Module JNI.VISIBLE_FOR_TESTING_DO_NOT_USE_DIRECTLY
type t = | Boolean| Byte| Char| Short| Int| Long| Float| Double| Void| FullyQualifiedClass of string * string| Array of t| Method of t list * t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compareval equal : t -> t -> boolval parse_str : string -> t listval parse_method_str : string -> t list * tval pp : Stdlib.Format.formatter -> t -> unit