Definitions.visitorSourcemethod set_local : cluster -> unitmethod do_local : cluster -> boolmethod vtype : Frama_c_kernel.Cil_types.logic_type_info -> unitmethod vcomp : Frama_c_kernel.Cil_types.compinfo -> unitmethod vicomp : Frama_c_kernel.Cil_types.compinfo -> unitmethod vcluster : cluster -> unitmethod vgoal : axioms option -> Wp__.Lang.F.pred -> unitmethod virtual on_cluster : cluster -> unitOuter cluster to import
method virtual on_type : Frama_c_kernel.Cil_types.logic_type_info ->
typedef ->
unitThis local type must be defined
method virtual on_comp : Frama_c_kernel.Cil_types.compinfo ->
(Wp__.Lang.field * Wp__.Lang.F.tau) list option ->
unitThis local compinfo must be defined
method virtual on_icomp : Frama_c_kernel.Cil_types.compinfo ->
(Wp__.Lang.field * Wp__.Lang.F.tau) list option ->
unitThis local compinfo initialization 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