Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
expanded class INTEGER_8 General cluster: base.kernel description: "Integer values coded on 8 bits" Ancestors INTEGER_8_REF Queries infix "&" (i: [like Current] INTEGER_8): [like Current] INTEGER_8 infix "//" (other: [like Current] INTEGER_8): [like Current] INTEGER_8 infix ">=" (other: [like Current] INTEGER_8): BOOLEAN infix ">" (other: [like Current] INTEGER_8): BOOLEAN infix "<=" (other: [like Current] INTEGER_8): BOOLEAN infix "<" (other: [like Current] INTEGER_8): BOOLEAN infix "-" (other: [like Current] INTEGER_8): [like Current] INTEGER_8 infix "\\" (other: [like Current] INTEGER_8): [like Current] INTEGER_8 infix "+" (other: [like Current] INTEGER_8): [like Current] INTEGER_8 infix "^" (other: NUMERIC): DOUBLE infix "/" (other: [like Current] INTEGER_8): DOUBLE infix "*" (other: [like Current] INTEGER_8): [like Current] INTEGER_8 infix "|" (i: [like Current] INTEGER_8): [like Current] INTEGER_8 infix "|..|" (other: INTEGER_8): INTEGER_INTERVAL infix "|<<" (n: INTEGER): [like Current] INTEGER_8 infix "|>>" (n: INTEGER): [like Current] INTEGER_8 prefix "-": [like Current] INTEGER_8 prefix "+": [like Current] INTEGER_8 abs: INTEGER_8 ascii_char: CHARACTER bit_and (i: [like Current] INTEGER_8): [like Current] INTEGER_8 bit_not: [like Current] INTEGER_8 bit_or (i: [like Current] INTEGER_8): [like Current] INTEGER_8 bit_shift (n: INTEGER): [like Current] INTEGER_8 bit_shift_left (n: INTEGER): [like Current] INTEGER_8 bit_shift_right (n: INTEGER): [like Current] INTEGER_8 bit_test (n: INTEGER): BOOLEAN bit_xor (i: [like Current] INTEGER_8): [like Current] INTEGER_8 divisible (other: INTEGER_8_REF): BOOLEAN exponentiable (other: NUMERIC): BOOLEAN hash_code: INTEGER is_equal (other: [like Current] INTEGER_8): BOOLEAN is_hashable: BOOLEAN item: INTEGER_8 max (other: [like Current] INTEGER_8): [like Current] INTEGER_8 min (other: [like Current] INTEGER_8): [like Current] INTEGER_8 one: [like Current] INTEGER_8 out: STRING sign: INTEGER three_way_comparison (other: INTEGER_8_REF): INTEGER to_integer: INTEGER to_integer_16: INTEGER_16 to_integer_64: INTEGER_64 zero: [like Current] INTEGER_8 Commands set_item (i: INTEGER_8)
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com