package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val scope : ScopingUnit.t
val mutable implicit_spec_list : ImplicitSpec.c list option
val default_implicit_spec_list : ImplicitSpec.c list
val mutable default_accessibility : AccessSpec.t
val mutable used_module_list : string list
method iter : (Fortran_parsing.Common.name -> Spec.t -> unit) -> unit
method add_used_module : Fortran_parsing.Common.name -> unit
method iter_used_modules : (string -> unit) -> unit
method has_open_module_use : bool
method default_accessibility : AccessSpec.t
method set_default_accessibility_public : unit
method set_default_accessibility_private : unit
method scope : ScopingUnit.t
method post_find : string -> Spec.t
method set_implicit_spec_list : ImplicitSpec.c list -> unit
method add_implicit_spec_list : ImplicitSpec.c list -> unit
method get_ext_names : string -> Spec.t list
method post_mem : string -> bool
method find_all_data_object : string -> Spec.t list
method find_all_object : string -> Spec.t list
method add : string -> Spec.t -> unit
method fold : 'a. (Fortran_parsing.Common.name -> Spec.t -> 'a -> 'a) -> 'a -> 'a
method find : string -> Spec.t
method _find_all : Fortran_parsing.Common.name -> Spec.t list
method find_all : string -> Spec.t list
method _mem : Fortran_parsing.Common.name -> bool
method mem : string -> bool
method _copy : 'b
method copy : 'b
method to_string : string
OCaml

Innovation. Community. Security.