Module for Type Environments.
val store_debug_file_for_source : InferBase.SourceFile.t ‑> t ‑> unit
val mk_struct : t ‑> ?default:Typ.Struct.t ‑> ?fields:Typ.Struct.fields ‑> ?statics:Typ.Struct.fields ‑> ?methods:Typ.Procname.t list ‑> ?supers:Typ.Name.t list ‑> ?annots:Annot.Item.t ‑> Typ.Name.t ‑> Typ.Struct.t
Construct a struct_typ, normalizing field types
val add_field : t ‑> Typ.Name.t ‑> Typ.Struct.field ‑> unit
Add a field to a given struct in the global type environment.
val language_is : t ‑> InferBase.Language.t ‑> bool
Test the language from which the types in the tenv were translated
Best-effort merge of src
into dst
. If a procedure is both in dst
and src
, the one in
src
will get overwritten.
module SQLite : InferBase.SqliteUtils.Data with type t = per_file