Class Ast.code_item_map

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