Frama-C API - Kernel_ast
Ast Data
module Position : Data.S with type t = Frama_c_kernel.Filepath.positionRepresented by a Json record with file, dir, basename, line
Ast Markers
module type Tag = sig ... endmodule Decl : Tag with type t = Frama_c_kernel.Printer_tag.declarationmodule Marker : Tag with type t = Frama_c_kernel.Printer_tag.localizableAst Markers of Specific Kinds
module Lval : sig ... endMarkers that are l-values.
module Stmt : Data.S with type t = Frama_c_kernel.Cil_types.stmtMarkers that are statements.
module Kinstr : Data.S with type t = Frama_c_kernel.Cil_types.kinstrOptional markers interpreted as kinstr.
Ast Printer
Ast Information
module Information : sig ... endGlobals
module Functions : sig ... end