package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val checkpoint_tbl : (key_t, t Stack.t) Hashtbl.t
val mutable stack : t Stack.t
val mutable suspended : bool
val push_callback_stack : (t -> unit) Stack.t
val pop_callback_stack : (t -> unit) Stack.t
val activate_callback_stack : (t -> unit) Stack.t
val deactivate_callback_stack : (t -> unit) Stack.t
method size : int
method register_push_callback : (t -> unit) -> unit
method register_pop_callback : (t -> unit) -> unit
method register_activate_callback : (t -> unit) -> unit
method register_deactivate_callback : (t -> unit) -> unit
method unregister_push_callback : unit
method unregister_pop_callback : unit
method unregister_activate_callback : unit
method unregister_deactivate_callback : unit
method clear : unit
method top : t
method private call_callbacks : (t -> unit) Stack.t -> t -> unit
method push_callback : t -> unit
method pop_callback : t -> unit
method activate_callback : t -> unit
method deactivate_callback : t -> unit
method suspended : bool
method suspend : unit
method resume : unit
method checkpoint : key_t -> unit
method recover : ?remove:bool -> key_t -> unit
method _copy_stack : t Stack.t -> t Stack.t
method to_string : string
method push : t -> unit
method pop : 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.