val mutable version : stringval mutable total_LOC : intval mutable token_array : string arrayval mutable source_path : stringval mutable source_fullpath : stringval mutable proj_root : stringval mutable parser_name : stringval mutable node_table : node_t arrayval mutable node_array_pat : node_t arrayval mutable node_array : node_t arrayval mutable misparsed_regions : (int * int) listval mutable misparsed_LOC : intval mutable leftmost_table : int arrayval mutable is_empty : boolval mutable initial_size : intval mutable initial_leftmost_table : node_t arrayval mutable ignored_regions : (int * int) listval mutable gindex_table : node_t arrayval mutable gindex_offset : intval mutable _initial_size : intmethod _gindex_table : node_t arraymethod _initial_leftmost_table : node_t arraymethod _initial_size : intmethod _register_gindexes : unitmethod _set_gindex_table : node_t array -> unitmethod _set_initial_leftmost_table : node_t array -> unitmethod align_fragments : (int * int) list -> 'b -> unitmethod collapse_node : node_t -> unitmethod collapse_nodes : (node_t -> bool) -> unitmethod collapse_root : unitmethod dump_line_ranges : string -> unitmethod encoded_source_digest : stringmethod equals : 'b -> boolmethod expand_all : node_t -> boolmethod expand_nodes : node_t list -> unitmethod expand_root : unitmethod fast_rev_scan_whole_initial : (node_t -> unit) -> unitmethod fast_rev_scan_whole_initial_subtree : node_t -> (node_t -> unit) -> unitmethod fast_scan_all : (node_t -> unit) -> unitmethod fast_scan_whole_initial : (node_t -> unit) -> unitmethod fast_scan_whole_initial_subtree : node_t -> (node_t -> unit) -> unitmethod fast_size_of_initial_cluster : (node_t * node_t list) -> intmethod fast_subtree_members : int -> int listmethod fast_whole_initial_subtree_size : node_t -> intmethod find_nodes_by_line_col_range : ((int * int) * (int * int)) ->
node_t listmethod find_nodes_by_line_range : (int * int) -> node_t listmethod find_token_node : int -> node_tmethod find_token_node_pat : int -> node_tmethod get_all_leaves : node_t listmethod get_units_to_be_notified : node_t listmethod get_whole_initial_leaves : node_t listmethod has_true_children : node_t -> boolmethod ignored_regions : (int * int) listmethod initial_ancestor_nodeposs : node_t -> (node_t * int) listmethod initial_size : intmethod initial_subtree_to_rep : node_t -> stringmethod initial_to_rep : stringmethod initial_to_string : stringmethod is_member : node_t -> boolmethod iter_initial_ancestor_nodeposs : node_t ->
(node_t -> int -> unit) ->
unitmethod iter_initial_ancestor_nodes : node_t -> (node_t -> unit) -> unitmethod iter_whole_initial_leaves : (node_t -> unit) -> unitmethod keynodes : int listmethod label_match : string -> boolmethod leftmost : int -> intmethod make_anonymized2_subtree_copy : ?nds_left_named:node_t list ->
node_t ->
cmethod make_anonymized3_subtree_copy : ?nds_left_named:node_t list ->
node_t ->
cmethod make_anonymized_subtree_copy : ?nds_left_named:node_t list ->
node_t ->
cmethod match_token_array_pat_ch : string ->
string ->
string ->
string array ->
out_channel ->
unitmethod misparsed_LOC : intmethod misparsed_regions : (int * int) listmethod nearest_common_ancestor : ?closed:bool -> node_t list -> node_t * intmethod node_table : node_t arraymethod parser_name : stringmethod preorder_reindex : unitmethod preorder_scan_all : (node_t -> unit) -> unitmethod preorder_scan_subtree : node_t -> (node_t -> unit) -> unitmethod preorder_scan_whole_initial : (node_t -> unit) -> unitmethod preorder_scan_whole_initial_subtree : node_t -> (node_t -> unit) -> unitmethod proj_root : stringmethod prune_initial_nodes : node_t list -> unitmethod prune_nodes : node_t list -> unitmethod recover_all : unitmethod recover_and_expand : node_t -> boolmethod recover_filtered : (node_t -> bool) -> unitmethod rev_scan_whole_initial_subtree : node_t -> (node_t -> unit) -> unitmethod save_dot : string -> int list -> string -> unitmethod save_in_xml : ?initial:bool ->
?comp:Diffast_misc.Otree.Comp.c ->
?add_ext:bool ->
?pre_tags:string ->
?post_tags:string ->
string ->
unitmethod save_in_xml_gz : ?initial:bool ->
?add_ext:bool ->
?pre_tags:string ->
?post_tags:string ->
string ->
unitmethod scan_all : (node_t -> unit) -> unitmethod scan_whole_initial : (node_t -> unit) -> unitmethod scan_whole_initial_subtree : node_t -> (node_t -> unit) -> unitmethod scan_whole_subtree : node_t -> (node_t -> unit) -> unitmethod set_digest_of_root : unitmethod set_digests : (node_t -> bool) -> unitmethod set_ignored_regions : (int * int) list -> unitmethod set_misparsed_LOC : int -> unitmethod set_misparsed_regions : (int * int) list -> unitmethod set_parser_name : string -> unitmethod set_proj_root : string -> unitmethod set_source_fullpath : string -> unitmethod set_source_path : string -> unitmethod set_total_LOC : int -> unitmethod set_version : string -> unitmethod setup_apath : unitmethod setup_gindex_table : unitmethod setup_initial_children : unitmethod setup_initial_leftmost_table : unitmethod setup_initial_parent : unitmethod setup_initial_size : unitmethod setup_uid_table : unitmethod show_node_array_pat : unitmethod size_of_initial_cluster : (node_t * node_t list) -> intmethod source_fullpath : stringmethod source_path : stringmethod to_rep_fast : stringmethod to_string : stringmethod to_string_fast : stringmethod to_token_array : string arraymethod update_leftmost_table : unitmethod update_node_table : unitmethod update_parent_links : unitmethod update_size : unitmethod whole_initial_subtree_size : node_t -> int