package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
val checkpoint_tbl : (Loc.t, t Stack.t) Hashtbl.t
val mutable stack : t Stack.t
val mutable suspended : bool
val mutable push_callback : t -> unit
val mutable pop_callback : bool -> t -> unit
val mutable activate_callback : t -> unit
val mutable deactivate_callback : t -> unit
method size : int
method register_push_callback : (t -> unit) -> unit
method register_pop_callback : (bool -> t -> unit) -> unit
method register_activate_callback : (t -> unit) -> unit
method register_deactivate_callback : (t -> unit) -> unit
method clear : unit
method top : t
method suspended : bool
method suspend : unit
method resume : unit
method checkpoint : Loc.t -> unit
method recover : Loc.t -> unit
method _copy_stack : t Stack.t -> t Stack.t
method push : t -> unit
method pop : unit
method pop_and_activate : unit
method _pop : bool -> unit
method activate_top : unit
method activate_top_no_delay : unit
method deactivate_top : unit
method deactivate_top_no_delay : unit
method top_is_active : bool
method top_is_unknown : bool
method reset : unit
OCaml

Innovation. Community. Security.