Module PatternMatch.ObjectiveC

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

Check whether class implements a given ObjC class

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

Check whether class implements NSString or NSAttributedString

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