deferred class REPETITION General cluster: parse description: "Constructs whose specimens are sequences of specimens of a specified base construct, delimited by a specified separator" Ancestors CONSTRUCT* Queries arity: INTEGER_32 binary_representation: BINARY_TREE [CONSTRUCT] changeable_comparison_criterion: BOOLEAN child: [like first_child] CONSTRUCT child_after: BOOLEAN child_before: BOOLEAN child_capacity: INTEGER_32 child_cursor: TWO_WAY_TREE_CURSOR [CONSTRUCT] Child_extendible: BOOLEAN child_index: INTEGER_32 child_isfirst: BOOLEAN child_islast: BOOLEAN child_item: CONSTRUCT child_off: BOOLEAN child_readable: BOOLEAN child_writable: BOOLEAN committed: BOOLEAN construct_name: STRING_8 count: INTEGER_32 Document: INPUT duplicate (n: INTEGER_32): [like Current] REPETITION exhausted: BOOLEAN Extendible: BOOLEAN first: [like child_item] CONSTRUCT first_child: [like parent] CONSTRUCT for_all (test: FUNCTION [ANY, TUPLE [CONSTRUCT], BOOLEAN]): BOOLEAN has (v: CONSTRUCT): BOOLEAN i_th alias "[]" (i: INTEGER_32): [like child_item] CONSTRUCT index_of (v: [like child_item] CONSTRUCT; i: INTEGER_32): INTEGER_32 index_set: INTEGER_INTERVAL infix "@" (i: INTEGER_32): [like child_item] CONSTRUCT is_empty: BOOLEAN is_equal (other: [like Current] REPETITION): BOOLEAN is_inserted (v: CONSTRUCT): BOOLEAN is_optional: BOOLEAN is_root: BOOLEAN is_sibling (other: [like parent] CONSTRUCT): BOOLEAN item: CONSTRUCT last: [like child_item] CONSTRUCT last_child: [like parent] CONSTRUCT left_recursion: BOOLEAN left_sibling: [like Current] REPETITION linear_representation: LINEAR [CONSTRUCT] no_components: BOOLEAN node_is_equal (other: [like Current] REPETITION): BOOLEAN object_comparison: BOOLEAN occurrences (v: [like child_item] CONSTRUCT): INTEGER_32 parsed: BOOLEAN Print_mode: CELL [BOOLEAN] production: LINKED_LIST [CONSTRUCT] prunable: BOOLEAN Readable: BOOLEAN readable_child: BOOLEAN right_sibling: [like Current] REPETITION sequential_occurrences (v: [like child_item] CONSTRUCT): INTEGER_32 sublist: [like Current] REPETITION there_exists (test: FUNCTION [ANY, TUPLE [CONSTRUCT], BOOLEAN]): BOOLEAN valid_cursor (p: CURSOR): BOOLEAN valid_cursor_index (i: INTEGER_32): BOOLEAN valid_index (i: INTEGER_32): BOOLEAN Writable: BOOLEAN writable_child: BOOLEAN Commands append (s: SEQUENCE [CONSTRUCT]) child_back child_extend (v: [like child_item] CONSTRUCT) child_finish child_forth child_go_i_th (i: INTEGER_32) child_go_to (p: CURSOR) child_put (v: [like child_item] CONSTRUCT) child_put_left (v: [like child_item] CONSTRUCT) child_put_right (v: [like child_item] CONSTRUCT) child_replace (v: [like child_item] CONSTRUCT) child_start commit compare_objects compare_references copy (other: [like Current] REPETITION) do_all (action: PROCEDURE [ANY, TUPLE [CONSTRUCT]]) do_if (action: PROCEDURE [ANY, TUPLE [CONSTRUCT]]; test: FUNCTION [ANY, TUPLE [CONSTRUCT], BOOLEAN]) extend (v: [like item] CONSTRUCT) fill (other: TREE [CONSTRUCT]) fill_from_binary (b: BINARY_TREE [CONSTRUCT]) force (v: [like child_item] CONSTRUCT) forget_left forget_right make merge_tree_after (other: [like first_child] CONSTRUCT) merge_tree_before (other: [like first_child] CONSTRUCT) move (i: INTEGER_32) parse post_action pre_action print_name process prune (n: [like first_child] CONSTRUCT) prune_all (v: [like child_item] CONSTRUCT) put_child (n: [like parent] CONSTRUCT) put_child_left (n: [like parent] CONSTRUCT) put_child_right (n: [like parent] CONSTRUCT) put_front (v: [like child_item] CONSTRUCT) put_i_th (v: [like child_item] CONSTRUCT; i: INTEGER_32) remove_child remove_left_child remove_right_child remove_sublist replace (v: [like item] CONSTRUCT) replace_child (n: [like parent] CONSTRUCT) search_child (v: [like child_item] CONSTRUCT) semantics set_optional split (n: INTEGER_32) sprout swap (i: INTEGER_32) twl_merge_left (other: [like Current] REPETITION) twl_merge_right (other: [like Current] REPETITION) twl_prune (v: [like child_item] CONSTRUCT) wipe_out