Automatic generation produced by ISE Eiffel

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