Class Ast.code_item_iter

constraint 'c code_item_iter = 'c code_item_iter
inherit VisitorsRuntime.iter
inherit top_def_iter
method visit_ScopeUse : 'c -> 'd -> scope_use -> unit
method visit_ScopeDecl : 'c -> 'e -> scope_decl -> unit
method visit_StructDecl : 'c -> 'f -> struct_decl -> unit
method visit_EnumDecl : 'c -> 'g -> enum_decl -> unit
method visit_Topdef : 'c -> 'h -> top_def -> unit
method visit_code_item : 'c -> 'i -> code_item -> unit