Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
class INTEGER_8_REF General cluster: base.kernel description: "References to objects containing an integer value coded on 8 bits" Ancestors COMPARABLE HASHABLE NUMERIC Queries infix "&" (i: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix "//" (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix ">=" (other: [like Current] INTEGER_8_REF): BOOLEAN infix ">" (other: [like Current] INTEGER_8_REF): BOOLEAN infix "<=" (other: [like Current] INTEGER_8_REF): BOOLEAN infix "<" (other: [like Current] INTEGER_8_REF): BOOLEAN infix "-" (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix "\\" (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix "+" (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix "^" (other: NUMERIC): DOUBLE infix "/" (other: [like Current] INTEGER_8_REF): DOUBLE infix "*" (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix "|" (i: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF infix "|..|" (other: INTEGER_8): INTEGER_INTERVAL infix "|<<" (n: INTEGER): [like Current] INTEGER_8_REF infix "|>>" (n: INTEGER): [like Current] INTEGER_8_REF prefix "-": [like Current] INTEGER_8_REF prefix "+": [like Current] INTEGER_8_REF abs: INTEGER_8 ascii_char: CHARACTER bit_and (i: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF bit_not: [like Current] INTEGER_8_REF bit_or (i: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF bit_shift (n: INTEGER): [like Current] INTEGER_8_REF bit_shift_left (n: INTEGER): [like Current] INTEGER_8_REF bit_shift_right (n: INTEGER): [like Current] INTEGER_8_REF bit_test (n: INTEGER): BOOLEAN bit_xor (i: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF divisible (other: INTEGER_8_REF): BOOLEAN exponentiable (other: NUMERIC): BOOLEAN hash_code: INTEGER is_equal (other: [like Current] INTEGER_8_REF): BOOLEAN is_hashable: BOOLEAN item: INTEGER_8 max (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF min (other: [like Current] INTEGER_8_REF): [like Current] INTEGER_8_REF one: [like Current] INTEGER_8_REF 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_REF Commands set_item (i: INTEGER_8) Constraints sign times abs
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

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