Js_traverse.iteratormethod fun_decl : Js_of_ocaml_compiler.Javascript.function_declaration -> unitmethod class_decl : Js_of_ocaml_compiler.Javascript.class_declaration -> unitmethod early_error : Js_of_ocaml_compiler.Javascript.early_error -> unitmethod expression : Js_of_ocaml_compiler.Javascript.expression -> unitmethod expression_o : Js_of_ocaml_compiler.Javascript.expression option -> unitmethod switch_case : Js_of_ocaml_compiler.Javascript.expression -> unitmethod block : Js_of_ocaml_compiler.Javascript.statement_list -> unitmethod initialiser : (Js_of_ocaml_compiler.Javascript.expression
* Js_of_ocaml_compiler.Javascript.location) ->
unitmethod initialiser_o : (Js_of_ocaml_compiler.Javascript.expression
* Js_of_ocaml_compiler.Javascript.location)
option ->
unitmethod for_binding : Js_of_ocaml_compiler.Javascript.variable_declaration_kind ->
Js_of_ocaml_compiler.Javascript.for_binding ->
unitmethod variable_declaration : Js_of_ocaml_compiler.Javascript.variable_declaration_kind ->
Js_of_ocaml_compiler.Javascript.variable_declaration ->
unitmethod statement : Js_of_ocaml_compiler.Javascript.statement -> unitmethod statement_o : (Js_of_ocaml_compiler.Javascript.statement
* Js_of_ocaml_compiler.Javascript.location)
option ->
unitmethod statements : Js_of_ocaml_compiler.Javascript.statement_list -> unitmethod ident : Js_of_ocaml_compiler.Javascript.ident -> unitmethod program : Js_of_ocaml_compiler.Javascript.program -> unitmethod function_body : Js_of_ocaml_compiler.Javascript.statement_list -> unitmethod import : Js_of_ocaml_compiler.Javascript.import -> unitmethod export : Js_of_ocaml_compiler.Javascript.export -> unit