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
val compare : t -> t -> int
val equal : t -> t -> bool
val parse_str : string -> t list
val parse_method_str : string -> t list * t
val pp : Stdlib.Format.formatter -> t -> unit