package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable is_regular : bool
val mutable context : Fortran_parsing.Context.t
val mutable ast_cache : Fortran_parsing__Tokenbuffer.parse_result
method _add : Fortran_parsing.Token.qtoken_t -> unit
method _parse_by : ?cache:bool -> token_handler -> Fortran_parsing__Tokenbuffer.partial_parser -> Fortran_parsing.Ast.Partial.t
method add : Fortran_parsing.Token.qtoken_t -> unit
method ast_cache : Fortran_parsing__Tokenbuffer.parse_result
method clear : unit
method dump : unit
method ends_with_EOL : bool
method get_context : Fortran_parsing.Context.t
method get_copy : c
method get_last_EOL : (Fortran_parsing.Tokens_.token * Langs_common.Astloc.t) option
method get_list : Fortran_parsing.Token.qtoken_t list
method get_list_rev : Fortran_parsing.Token.qtoken_t list
method get_loc : Langs_common.Astloc.t
method get_tokensrc : BranchF.tokensource
method is_empty : bool
method is_regular : bool
method iter : (Fortran_parsing.Token.qtoken_t -> unit) -> unit
method parse_by : ?cache:bool -> Fortran_parsing__Tokenbuffer.partial_parser -> Fortran_parsing.Ast.Partial.t
method peek_nth : int -> Fortran_parsing.Token.qtoken_t
method receive_all : 'b -> unit
method remove_first_END_FRAGMENT : unit
method remove_last : unit
method remove_last_EOL : unit
method replace_first : Fortran_parsing.Token.qtoken_t -> unit
method set_ast_cache : Fortran_parsing__Tokenbuffer.parse_result -> unit
method set_context : Fortran_parsing.Context.t -> unit
method set_irregular : unit
method size : int
method to_partial : ?context_opt:Fortran_parsing.Context.t option -> Fortran_parsing.Ast.Partial.t -> unit
method to_string : string
method total_length : int
method total_length_no_pp : int
OCaml

Innovation. Community. Security.