Class virtual Wp.Definitions.visitor

class virtual visitor : cluster -> object .. end

Locality

method set_local : cluster -> unit
method do_local : cluster -> bool

Visiting items

method vadt : Wp.Lang.ADT.t -> unit
method vtype : Cil_types.logic_type_info -> unit
method vcomp : Cil_types.compinfo -> unit
method vicomp : Cil_types.compinfo -> unit
method vfield : Wp.Lang.Field.t -> unit
method vtau : Wp.Lang.F.tau -> unit
method vparam : Wp.Lang.F.var -> unit
method vterm : Wp.Lang.F.term -> unit
method vpred : Wp.Lang.F.pred -> unit
method vsymbol : Wp.Lang.lfun -> unit
method vlemma : Wp.LogicUsage.logic_lemma -> unit
method vcluster : cluster -> unit
method vlibrary : string -> unit
method vgoal : axioms option -> Wp.Lang.F.pred -> unit
method vtypes : unit

Visit all typedefs

method vsymbols : unit

Visit all definitions

method vlemmas : unit

Visit all lemmas

method vself : unit

Visit all records, types, defs and lemmas

Visited definitions

method virtual section : string -> unit

Comment

method virtual on_library : string -> unit

External library to import

method virtual on_cluster : cluster -> unit

Outer cluster to import

method virtual on_type : Cil_types.logic_type_info -> typedef -> unit

This local type must be defined

method virtual on_comp : Cil_types.compinfo -> (Wp.Lang.field * Wp.Lang.F.tau) list option -> unit

This local compinfo must be defined

method virtual on_icomp : Cil_types.compinfo -> (Wp.Lang.field * Wp.Lang.F.tau) list option -> unit

This local compinfo initialization must be defined

method virtual on_dlemma : dlemma -> unit

This local lemma must be defined

method virtual on_dfun : dfun -> unit

This local function must be defined