|
|
@ -133,8 +133,6 @@ module Name : sig
|
|
|
|
val is_class : t -> bool
|
|
|
|
val is_class : t -> bool
|
|
|
|
(** [is_class name] holds if [name] names CPP/Objc/Java class *)
|
|
|
|
(** [is_class name] holds if [name] names CPP/Objc/Java class *)
|
|
|
|
|
|
|
|
|
|
|
|
val is_objc_protocol : t -> bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val is_same_type : t -> t -> bool
|
|
|
|
val is_same_type : t -> t -> bool
|
|
|
|
(** [is_class name1 name2] holds if [name1] and [name2] name same kind of type *)
|
|
|
|
(** [is_class name1 name2] holds if [name1] and [name2] name same kind of type *)
|
|
|
|
|
|
|
|
|
|
|
@ -510,8 +508,6 @@ module Procname : sig
|
|
|
|
(** Replace the class name component of a procedure name.
|
|
|
|
(** Replace the class name component of a procedure name.
|
|
|
|
In case of Java, replace package and class name. *)
|
|
|
|
In case of Java, replace package and class name. *)
|
|
|
|
|
|
|
|
|
|
|
|
val is_method_in_objc_protocol : t -> bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val to_string : t -> string
|
|
|
|
val to_string : t -> string
|
|
|
|
(** Convert a proc name to a string for the user to see. *)
|
|
|
|
(** Convert a proc name to a string for the user to see. *)
|
|
|
|
|
|
|
|
|
|
|
|