module Hashtbl = InferStdlib.IStd.Caml.Hashtblmodule L = InferBase.LoggingModule for standard library models.
val match_method_name : InferIR.Typ.Procname.t ‑> InferStdlib.IStd.String.t ‑> boolval table_has_procedure : (string, 'a) Hashtbl.t ‑> InferIR.Typ.Procname.t ‑> boolval get_modelled_annotated_signature : InferIR.ProcAttributes.t ‑> AnnotatedSignature.tReturn the annotated signature of the procedure, taking into account models.
val is_modelled_nullable : InferIR.Typ.Procname.t ‑> boolReturn true when the procedure has been modelled for nullable.
val is_check_not_null : InferIR.Typ.Procname.t ‑> boolCheck if the procedure is one of the known Preconditions.checkNotNull.
val get_check_not_null_parameter : InferIR.Typ.Procname.t ‑> intParameter number for a procedure known to be a checkNotNull
val is_check_state : InferIR.Typ.Procname.t ‑> boolCheck if the procedure is one of the known Preconditions.checkState.
val is_check_argument : InferIR.Typ.Procname.t ‑> boolCheck if the procedure is one of the known Preconditions.checkArgument.
val is_optional_isPresent : InferIR.Typ.Procname.t ‑> boolCheck if the procedure is Optional.isPresent().