package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. startLine : int;
  2. startColumn : int;
  3. endLine : int;
  4. endColumn : int;
  5. charOffset : int;
  6. charLength : int;
  7. byteOffset : int;
  8. byteLength : int;
  9. snippet : ArtifactContent.t;
  10. message : Message.t;
}
val to_yojson : t -> Yojson.Safe.t
val create : ?startLine:int -> ?startColumn:int -> ?endLine:int -> ?endColumn:int -> ?charOffset:int -> ?charLength:int -> ?byteOffset:int -> ?byteLength:int -> ?snippet:ArtifactContent.t -> ?message:Message.t -> unit -> t
val default : t
OCaml

Innovation. Community. Security.