method bool : bool -> unitmethod list : 'a. ('a -> unit) -> 'a list -> unitmethod string : string -> unitmethod option : 'a. ('a -> unit) -> 'a option -> unitmethod location : Css_parser_common.Location.t -> unitmethod with_loc : 'a. ('a -> unit) -> 'a Css_parser__.Types.with_loc -> unitmethod num_with_exponent : Css_parser__.Types.num_with_exponent -> unitmethod dimension_with_exponent : Css_parser__.Types.dimension_with_exponent ->
unitmethod location : Css_parser_common.Location.t -> unitmethod compound_selector : Css_parser__.Types.Compound_selector.t -> unitmethod combinator : Css_parser__.Types.Combinator.t -> unitmethod complex_selector : Css_parser__.Types.Complex_selector.t -> unitmethod selector_with_loc : Css_parser__.Types.Selector.t
Css_parser__.Types.with_loc ->
unitmethod selector : Css_parser__.Types.Selector.t -> unitmethod component_value : Css_parser__.Types.Component_value.t -> unitmethod selector_list : Css_parser__.Types.Selector_list.t -> unitmethod rule : Css_parser__.Types.Rule.t -> unitmethod declaration : Css_parser__.Types.Declaration.t -> unitmethod declaration_list : Css_parser__.Types.Declaration_list.t -> unitmethod at_rule : Css_parser__.Types.At_rule.t -> unitmethod style_rule : Css_parser__.Types.Style_rule.t -> unitmethod qualified_rule : Css_parser__.Types.Qualified_rule.t -> unitmethod location__t : Css_parser_common.Location.t -> unitmethod simple_block : Css_parser__.Types.Simple_block.t -> unitmethod at_rule_block_type : Css_parser__.Types.At_rule.block_type -> unitmethod selector_or_combinator : Css_parser__.Types.Complex_selector.selector_or_combinator ->
unitmethod style_block_block_element : Css_parser__.Types.Style_block.Block_element.t ->
unitmethod style_block : Css_parser__.Types.Style_block.t -> unitmethod declaration_list_element : Css_parser__.Types.Declaration_list.Element.t ->
unitmethod pseudoclass_element_selector : Css_parser__.Types.Pseudoclass_element_selector.t ->
unitmethod interpolation_sigil : Css_parser_common.Token.Sigil.t -> unitmethod stylesheet : Css_parser__.Types.Stylesheet.t -> unitmethod for_apply_style : Css_parser__.Types.For_apply_style.t -> unit