+
Point of view
All features
class ITEM_VAR
Summary
Direct parents
Inherit list: ITEM
Overview
Creation features
{ANY}
Features
{ANY}
{ANY}
{ANY}
  • is_equal (other: ITEM_VAR): BOOLEAN
    Is other attached to an object considered equal to current object?
item: ITEM
writable attribute
{ANY}
index: INTEGER_32
effective function
{ANY}
require
  • not is_off
to_integer: INTEGER_32
effective function
{ANY}
require
  • is_like_integer
  • not is_off
make (the_group: GROUP, the_name: STRING)
effective procedure
{ANY}
start
effective procedure
{ANY}
is_off: BOOLEAN
effective function
{ANY}
ensure
  • Result = item = Void
next
effective procedure
{ANY}
goto_index (idx: INTEGER_32)
effective procedure
{ANY}
require
  • idx.in_range(0, group.item_count - 1)
ensure
group: GROUP
writable attribute
{ANY}
name: STRING
writable attribute
{ANY}
is_like_integer: BOOLEAN
effective function
{ANY}
hash_code: INTEGER_32
effective function
{ANY}
The hash-code value of Current.
ensure
  • good_hash_value: Result >= 0
is_equal (other: ITEM_VAR): BOOLEAN
deferred function
{ANY}
Is other attached to an object considered equal to current object?
require
  • other /= Void
ensure
  • Result implies hash_code = other.hash_code
  • commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)