Module TOPLlib__ToplUtils
- val any_type : IR.Typ.t
- For now, Topl is untyped. The "any" type is simulated with "java.lang.Object". 
- val topl_class_name : IR.Typ.Name.t
- val topl_class_typ : IR.Typ.t
- val static_var : string -> IR.Exp.t
- val local_var : IR.Procname.t -> string -> IR.Exp.t
- val constant_int : int -> IR.Exp.t
- val topl_call : IR.Ident.t -> IR.Typ.desc -> IBase.Location.t -> string -> (IR.Exp.t * IR.Typ.t) list -> IR.Sil.instr
- Call a TOPL function; that is, a static member of "topl.Property" with java.lang.Object arguments and return - ret_idof type- ret_typ.
- val is_synthesized : IR.Procname.t -> bool
- val debug : ('a, Stdlib.Format.formatter, unit) IStdlib.IStd.format -> 'a
- val make_field : string -> IR.Fieldname.t