Module IR.JavaSplitName
val make : ?package:string -> string -> tval of_string : string -> tGiven a package.type_name string, it looks for the latest dot and splits the string in two (package, rest-of-type-name). If there is no dot symbol, assumes the whole string is a type name. NB the RHS is not just a classname, eg it can be an array type.
val java_lang_object : tjava.lang.Objecttype
val java_lang_object_array : tjava.lang.Object[]type
val java_lang_string : tjava.lang.Stringtype
val void : tJava
voidtype