IR.PythonClassName
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
val make : string -> t
val classname : t -> string
val components : t -> string list
val wildcard : t
val pp : F.formatter -> t -> unit
val to_string : t -> string
return the class of the companion class object of this class eg: Foo -> Foo$static
return the origin class of a companion class object eg: Foo$static -> Foo. the result is not specified if is the name is not a valid static class name
val is_static : t -> bool
tests if the name is a valid static class name (ie. ends with "$static")