Frama-C API - frama_c_inplace
in-place visitor; always act in the current project.
inherit Frama_c_kernel.Cil.cilVisitormethod frama_c_plain_copy : frama_c_visitorsame as plain_copy_visitor but for frama-c specific methods
method vstmt_aux : Frama_c_kernel.Cil_types.stmt -> Frama_c_kernel.Cil_types.stmt Frama_c_kernel.Cil.visitActionReplacement of vstmt.
method vglob_aux : Frama_c_kernel.Cil_types.global -> Frama_c_kernel.Cil_types.global list Frama_c_kernel.Cil.visitActionReplacement of vglob.
method current_kf : Frama_c_kernel.Cil_types.kernel_function optionlink to the kernel function currently being visited. NB: for copy visitors, the link is to the original kf (anyway, the new kf is created only after the visit is over).
method set_current_kf : Frama_c_kernel.Cil_types.kernel_function -> unitInternal use only.
