Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_COMMAND_LIST General cluster: wel description: "A command which executes a list of commands." create: make Ancestors LINKED_LIST [G] WEL_COMMAND* Queries after: BOOLEAN at alias "@" (i: INTEGER_32): [like item] WEL_COMMAND_EXEC before: BOOLEAN changeable_comparison_criterion: BOOLEAN count: INTEGER_32 cursor: LINKED_LIST_CURSOR [WEL_COMMAND_EXEC] exhausted: BOOLEAN extendible: BOOLEAN first: [like item] WEL_COMMAND_EXEC for_all (test: FUNCTION [WEL_COMMAND_EXEC, BOOLEAN]): BOOLEAN Full: BOOLEAN has (v: [like item] WEL_COMMAND_EXEC): BOOLEAN i_th alias "[]" (i: INTEGER_32): [like item] WEL_COMMAND_EXEC index: INTEGER_32 index_of (v: [like item] WEL_COMMAND_EXEC; i: INTEGER_32): INTEGER_32 is_empty: BOOLEAN is_equal (other: [like Current] WEL_COMMAND_LIST): BOOLEAN is_inserted (v: WEL_COMMAND_EXEC): BOOLEAN isfirst: BOOLEAN islast: BOOLEAN item: WEL_COMMAND_EXEC item_for_iteration: WEL_COMMAND_EXEC last: [like item] WEL_COMMAND_EXEC linear_representation: LINEAR [WEL_COMMAND_EXEC] Lower: INTEGER_32 message_information: detachable WEL_MESSAGE_INFORMATION new_cursor: LINKED_LIST_ITERATION_CURSOR [WEL_COMMAND_EXEC] object_comparison: BOOLEAN occurrences (v: [like item] WEL_COMMAND_EXEC): INTEGER_32 off: BOOLEAN prunable: BOOLEAN readable: BOOLEAN replaceable: BOOLEAN there_exists (test: FUNCTION [WEL_COMMAND_EXEC, BOOLEAN]): BOOLEAN valid_cursor (p: CURSOR): BOOLEAN valid_cursor_index (i: INTEGER_32): BOOLEAN valid_index (i: INTEGER_32): BOOLEAN writable: BOOLEAN Commands add_command (command: WEL_COMMAND; argument: ANY) append (s: SEQUENCE [WEL_COMMAND_EXEC]) back compare_objects compare_references copy (other: [like Current] WEL_COMMAND_LIST) do_all (action: PROCEDURE [WEL_COMMAND_EXEC]) do_if (action: PROCEDURE [WEL_COMMAND_EXEC]; test: FUNCTION [WEL_COMMAND_EXEC, BOOLEAN]) execute (argument: detachable ANY) extend (v: [like item] WEL_COMMAND_EXEC) fill (other: CONTAINER [WEL_COMMAND_EXEC]) finish force (v: [like item] WEL_COMMAND_EXEC) forth go_i_th (i: INTEGER_32) go_to (p: CURSOR) merge_left (other: [like Current] WEL_COMMAND_LIST) merge_right (other: [like Current] WEL_COMMAND_LIST) move (i: INTEGER_32) prune (v: [like item] WEL_COMMAND_EXEC) prune_all (v: [like item] WEL_COMMAND_EXEC) put (v: [like item] WEL_COMMAND_EXEC) put_front (v: [like item] WEL_COMMAND_EXEC) put_i_th (v: [like item] WEL_COMMAND_EXEC; i: INTEGER_32) put_left (v: [like item] WEL_COMMAND_EXEC) put_right (v: [like item] WEL_COMMAND_EXEC) remove remove_command (command: WEL_COMMAND; argument: detachable ANY) remove_i_th (i: INTEGER_32) remove_left remove_right replace (v: [like item] WEL_COMMAND_EXEC) search (v: [like item] WEL_COMMAND_EXEC) sequence_put (v: [like item] WEL_COMMAND_EXEC) set_message_information (mi: detachable WEL_MESSAGE_INFORMATION) start swap (i: INTEGER_32) wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org