Server.Kernel_astAst Data
module Position : Data.S with type t = Frama_c_kernel.Filepath.positionRepresented by a Json record with file, dir, basename, line
val jFunction : Package.jtypeJson key representing a function name
module Function : Data.S with type t = Frama_c_kernel.Cil_types.kernel_functionRepresented by the function name as jFunction.
module Fundec : Data.S with type t = Frama_c_kernel.Cil_types.fundecRepresented by the function name as jFunction.
Ast Markers
module Marker : sig ... endExported as Json string with their unique tag.
Ast 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.
module Location : Data.S with type t = Function.t * Marker.tRepresented as a Json record with function name and marker tag.
Ast Printer
module Printer : Frama_c_kernel.Printer_tag.S_ppAst Information
module Information : sig ... endGlobals
module Functions : sig ... end