package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
val mutable serialized : buffer
val mutable prev_token : Tokens.token * Lexing.position * Lexing.position
val mutable last_token : Tokens.token * Lexing.position * Lexing.position
val mutable last_taken_no_pp_branch_loc : Verilog_parsing.Ast.Loc.t
val mutable last_taken_no_pp_branch : Tokens.token
val mutable last_taken_loc : Verilog_parsing.Ast.Loc.t
val mutable last_taken : Tokens.token
val mutable is_serialized : bool
val mutable in_undef : bool
val mutable ignored_regions : Verilog_parsing.Ast.Loc.t list
val context_buf : buffer
val mutable _last_taken_no_pp_branch_loc : Verilog_parsing.Ast.Loc.t
val mutable _last_taken_no_pp_branch : Tokens.token
val mutable _last_taken_loc : Verilog_parsing.Ast.Loc.t
val mutable _last_taken : Tokens.token
method _get_last_taken_no_pp_branch : Tokens.token
method add : Verilog_parsing.Token.qtoken_t -> unit
method add_to_context : Verilog_parsing.Token.qtoken_t -> unit
method begin_branch : open_if:bool -> Verilog_parsing__Tokenbuffer.branch_tag -> unit
method begin_undef : unit
method clear_context : unit
method current_bbuf : branching_buffer
method dump_ignored_regions : unit
method dump_top : unit
method end_branch : open_if:bool -> unit
method end_undef : unit
method get_branch_context : buffer * Verilog_parsing.Ast.Loc.t
method get_context : Verilog_parsing.Context.t
method get_last_offsets : int * int
method get_last_rawtok : Tokens.token
method get_last_taken : Tokens.token
method get_last_taken_loc : Verilog_parsing.Ast.Loc.t
method get_last_taken_no_pp_branch : Tokens.token
method get_last_taken_no_pp_branch_loc : Verilog_parsing.Ast.Loc.t
method get_last_token : Tokens.token * Lexing.position * Lexing.position
method get_prev_offsets : int * int
method get_prev_rawtok : Tokens.token
method get_prev_token : Tokens.token * Lexing.position * Lexing.position
method ignored_LOC : int
method ignored_offsets : (int * int) list
method ignored_regions : Verilog_parsing.Ast.Loc.t list
method in_branch : bool
method in_undef : bool
method is_context_empty : bool
method is_serialized : bool
method new_branch : Verilog_parsing__Tokenbuffer.branch_tag -> unit
method partial_parser_selector : Verilog_parsing.Context.t -> partial_parser
method peek_nth : int -> Verilog_parsing.Token.qtoken_t
method prebuf_add : Verilog_parsing.Token.qtoken_t -> unit
method prebuf_peek : Verilog_parsing.Token.qtoken_t
method prebuf_peek_nth : int -> Verilog_parsing.Token.qtoken_t
method prebuf_size : int
method prebuf_take : Verilog_parsing.Token.qtoken_t
method set_context : Verilog_parsing.Context.t -> unit
method set_last_taken : Tokens.token -> unit
method set_last_taken_loc : Verilog_parsing.Ast.Loc.t -> unit
method set_last_taken_no_pp_branch : Tokens.token -> unit
method set_last_taken_no_pp_branch_loc : Verilog_parsing.Ast.Loc.t -> unit
method set_last_token : (Tokens.token * Lexing.position * Lexing.position) -> unit
method set_prev_token : (Tokens.token * Lexing.position * Lexing.position) -> unit
method size : int
method size_of_serialized : int
OCaml

Innovation. Community. Security.