package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class F.branching_bufferSource

val stack : buffer Stack.t
val mutable context : C.t
method get_tag : branch_tag
method get_context : C.t
method branch_tag : branch_tag
method set_context : C.t -> unit
method top : buffer
method new_branch : branch_tag -> unit
method add : Verilog_parsing.Token.qtoken_t -> unit
method iter_branch : (buffer -> unit) -> unit
method iter : (Verilog_parsing.Token.qtoken_t -> unit) -> unit
method select_branches : (C.t -> partial_parser) -> buffer * Langs_common.Astloc.t list
method dump : unit