Module PatternMatch.ObjectiveC

val implements : string -> IR.Tenv.t -> string -> bool

Check whether class implements a given ObjC class

val conforms_to : protocol:string -> IR.Tenv.t -> string -> bool

Check whether class conforms to a given ObjC protocol

val implements_collection : IR.Tenv.t -> string -> bool
val is_core_graphics_create_or_copy : IR.Tenv.t -> string -> bool
val is_core_foundation_create_or_copy : IR.Tenv.t -> string -> bool
val is_core_graphics_release : IR.Tenv.t -> string -> bool
val is_modelled_as_alloc : IR.Tenv.t -> string -> bool
val is_modelled_as_release : IR.Tenv.t -> string -> bool