package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable lloc : LLoc.c
val mutable label : L.t
val mutable children : 'a list
val mutable info : I.t
val mutable binding : B.t
val mutable bindings : B.t list
method binding : B.t
method set_binding : B.t -> unit
method bindings : B.t list
method add_binding : B.t -> unit
method label : L.t
method lloc : LLoc.c
method orig_loc : Langs_common.Astloc.t
method children : 'a list
method info : I.t
method set_info : I.t -> unit
method add_info : I.t -> unit
method children_labels : ('a * L.t) list
method nchildren : int
method set_lloc : LLoc.c -> unit
method set_children : 'a list -> unit
method relab : L.t -> unit
method add_children_l : 'a list -> unit
method add_children_r : 'a list -> unit
method remove_rightmost_child : unit
method remove_leftmost_child : unit
method to_string : string
method to_tag : string * (string * Fortran_parsing.Label_common.name) list
method has_name : bool
method get_name_opt : Fortran_parsing.Label_common.name option
method get_names : Fortran_parsing.Label_common.name list
method get_var_opt : Fortran_parsing.Label_common.var option
method relab_stmt : Fortran_parsing.Labels.Stmt._t -> unit
OCaml

Innovation. Community. Security.