indexing description: "xxx" product: "Resource Bench" date: "$Date$" revision: "$Revision$" -- Item_ex -> Menuitem_ex_statement | PopUp_Ex_statement class S_ITEM_EX inherit RB_CHOICE feature construct_name: STRING is once Result := "ITEM_EX" end production: LINKED_LIST [CONSTRUCT] is local menuitem: MENUITEM_EX_STATEMENT popup: POPUP_EX_STATEMENT once !! Result.make Result.forth !! menuitem.make put (menuitem) !! popup.make put (popup) end end -- class S_ITEM_EX --|--------------------------------------------------------------- --| Copyright (C) Interactive Software Engineering, Inc. -- --| 270 Storke Road, Suite 7 Goleta, California 93117 -- --| (805) 685-1006 -- --| All rights reserved. Duplication or distribution prohibited -- --|---------------------------------------------------------------