Module Absint.NullsafeMode

type t =
  1. | Default
  2. | Local
  3. | Strict
val of_java_procname : IR.Tenv.t -> IR.Procname.Java.t -> t