Frama-C API - console
method pool : Wp__.Lang.F.poolGlobal fresh variable pool
method interactive : boolInteractive mode. If false the GUI is not activated. Hence, detailed feedback is not reported to the user.
method get_title : stringmethod get_error : string optionRetrieve the error message, if any
method set_title : 'a. 'a Wp__.Tactical.formatterUpdate the title wrt current selection & tuning
method set_descr : 'a. 'a Wp__.Tactical.formatterAdd a short description wrt current selection & tuning
method set_error : 'a. 'a Wp__.Tactical.formatterMark the current configuration as invalid
method update_field : 'a. ?enabled:bool -> ?title:string -> ?tooltip:string -> ?range:bool -> ?vmin:int -> ?vmax:int -> ?filter:(Wp__.Lang.F.term -> bool) -> 'a Wp__.Tactical.field -> unit