Frama-C API - visitor
Locality
method set_local : cluster -> unitmethod do_local : cluster -> boolVisiting items
method vtype : Frama_c_kernel.Cil_types.logic_type_info -> unitmethod vcluster : cluster -> unitmethod vgoal : axioms option -> Wp__.Lang.F.pred -> unitVisited definitions
method virtual on_cluster : cluster -> unitOuter cluster to import
method virtual on_data : Qed.Symbol.data -> unitExternal type symbol to import
method virtual on_lfun : Qed.Symbol.lfun -> unitExternal logic symbol to import
method virtual on_type : Frama_c_kernel.Cil_types.logic_type_info -> typedef -> unitThis local type must be defined
method virtual on_dlemma : dlemma -> unitThis local lemma must be defined
method virtual on_dfun : dfun -> unitThis local function must be defined
