+
Point of view
All features
class GROUP
Summary
Direct parents
Insert list: ANY
Class invariant
Overview
Creation features
{ANY}
item: ITEM_ITEM
writable attribute
{ANY}
item_array: FAST_ARRAY[ITEM_ITEM]
writable attribute
{ANY}
item_dictionary: AVL_DICTIONARY[ITEM_ITEM, STRING]
writable attribute
{ANY}
var: ITEM_VAR
writable attribute
{ANY}
var_dictionary: AVL_DICTIONARY[ITEM_VAR, STRING]
writable attribute
{ANY}
width: INTEGER_32
writable attribute
{ANY}
is_atomic: BOOLEAN
writable attribute
{ANY}
is_numeric: BOOLEAN
writable attribute
{ANY}
is_ordered: BOOLEAN
writable attribute
{ANY}
is_like_integer: BOOLEAN
effective function
{ANY}
name: STRING
writable attribute
{ANY}
index: INTEGER_32
writable attribute
{ANY}
make (the_name: STRING, the_index: INTEGER_32)
effective procedure
{ANY}
make_atomic (the_name: STRING, the_index: INTEGER_32)
effective procedure
{ANY}
make_numeric (the_name: STRING, the_index: INTEGER_32)
effective procedure
{ANY}
make_ordered (the_name: STRING, the_index: INTEGER_32)
effective procedure
{ANY}
add_item (item_name: STRING)
effective procedure
{ANY}
require
goto_name (item_name: STRING)
effective procedure
{ANY}
goto_index (item_index: INTEGER_32)
effective procedure
{ANY}
item_count: INTEGER_32
effective function
{ANY}
get_var (var_name: STRING)
effective procedure
{ANY}
get_anonymous_var
effective procedure
{ANY}