package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

include module type of struct include NodeStyles end
val defaultNodeStyles : string list
val extraNodeStyles : MyCFG.node -> string list
val p_node : unit -> Node.t -> Pretty.doc
val p_edge : unit -> Edge.t -> Pretty.doc
val p_edges : unit -> ('a * Edge.t) list -> Pretty.doc
val printEdgeStyle : out_channel -> MyCFG.node -> ((Cil.location * MyCFG.edge) list * MyCFG.node) -> unit
val printNodeStyle : out_channel -> MyCFG.node -> unit