package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val stmt_sep_count_tbl : (string, int) Hashtbl.t
val mutable stmt : string
val mutable second_last_nonblank_char_within_limit : char
val pp_branch_stack : bool ref Stack.t Stack.t
val mutable pp_branch_level : int
val mutable pos : int
val mutable paren_level : int
val mutable noncomment_margin_count : int
val mutable max_pos : int
val mutable marginal_complete_free_cont_count : int
val mutable marginal_amp_count : int
val margin_stat : margin_stat
val margin_sep_count_tbl : (string, int) Hashtbl.t
val mutable margin_paren_level : int
val mutable margin_char_context : PA.char_context
val mutable long_line_count : int
val mutable lnum : int
val mutable letter_cont_field_flag : bool
val mutable letter_cont_field_count : int
val mutable last_stmt : string
val mutable last_nonblank_char_within_limit : char
val mutable last_in_margin : bool
val mutable incomplete_line_count : int
val mutable free_cont_flag : bool
val mutable free_cont_count : int
val mutable fixed_comment_count : int
val mutable exclam_comment_count : int
val mutable effective_line_count : int
val mutable char_context : PA.char_context
val mutable blank_line_flag : bool
val mutable amp_count : int
val mutable _paren_level : string
val mutable _margin_paren_level : string
method add_sep : string -> unit
method add_to_lnum : int -> unit
method add_to_pos : int -> unit
method add_to_stmt : string -> unit
method char_context : PA.char_context
method check_at_initial_line : unit
method check_cont : bool
method check_paren_level : bool
method clear_blank_line_flag : unit
method clear_free_cont_flag : unit
method clear_last_in_margin : unit
method clear_letter_cont_field : unit
method current_pp_branch : bool ref Stack.t
method decr_margin_paren_level : unit
method decr_paren_level : unit
method effective_line_count : int
method enter_char : PA.char_context -> unit
method enter_margin : unit
method enter_paren : unit
method enter_pp_branch : ?if0:bool -> unit -> unit
method enter_pp_section : unit -> unit
method exclam_comment_count : int
method exit_char : PA.char_context -> unit
method exit_margin : unit
method exit_paren : unit
method exit_pp_branch : unit -> bool
method fixed_comment_count : int
method free_cont_count : int
method free_cont_flag : bool
method get_margin_sep_count : string -> int
method in_char : bool
method in_margin : bool
method in_paren : bool
method in_pp_branch : bool
method incomplete_line_count : int
method incr_amp_count : unit
method incr_effective_line_count : unit
method incr_exclam_comment_count : unit
method incr_fixed_comment_count : unit
method incr_free_cont_count : unit
method incr_incomplete_line_count : unit
method incr_letter_cont_field_count : unit
method incr_long_line_count : unit
method incr_margin_paren_level : unit
method incr_marginal_amp_count : unit
method incr_marginal_complete_free_cont_count : unit
method incr_noncomment_margin_count : unit
method incr_paren_level : unit
method is_blank_line : bool
method is_false_fixed_source_form : bool
method iter_stmt_sep_count : (string -> int -> unit) -> unit
method last_nonblank_char_within_limit : char
method last_stmt : string
method letter_cont_field : bool
method letter_cont_field_count : int
method lnum : int
method long_line_count : int
method margin_stat : margin_stat
method marginal_complete_free_cont_count : int
method max_pos : int
method noncomment_margin_count : int
method pos : int
method pp_branch_level : int
method reset_last_nonblank_char_within_limit : unit
method reset_margin_paren_level : unit
method reset_paren_level : unit
method reset_pos : unit
method reset_sep_count : unit
method reset_stmt : unit
method second_last_nonblank_char_within_limit : char
method sep_in_margin : bool
method set_blank_line_flag : unit
method set_current_pp_section : unit
method set_free_cont_flag : unit
method set_last_nonblank_char_within_limit : char -> unit
method set_letter_cont_field : unit
method set_pos : int -> unit
method set_second_last_nonblank_char_within_limit : char -> unit
method stmt : string
method stmt_is_blank : bool
method to_string : string
OCaml

Innovation. Community. Security.