Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
class CHARACTER_REF General cluster: base.kernel description: "References to objects containing a character value" Ancestors COMPARABLE HASHABLE Queries infix ">=" (other: [like Current] CHARACTER_REF): BOOLEAN infix ">" (other: [like Current] CHARACTER_REF): BOOLEAN infix "<=" (other: [like Current] CHARACTER_REF): BOOLEAN infix "<" (other: [like Current] CHARACTER_REF): BOOLEAN infix "-" (decr: INTEGER): CHARACTER infix "+" (incr: INTEGER): CHARACTER infix "|-|" (other: CHARACTER): INTEGER code: INTEGER hash_code: INTEGER is_alpha: BOOLEAN is_digit: BOOLEAN is_equal (other: [like Current] CHARACTER_REF): BOOLEAN is_hashable: BOOLEAN is_lower: BOOLEAN is_upper: BOOLEAN item: CHARACTER lower: CHARACTER max (other: [like Current] CHARACTER_REF): [like Current] CHARACTER_REF min (other: [like Current] CHARACTER_REF): [like Current] CHARACTER_REF next: CHARACTER out: STRING previous: CHARACTER three_way_comparison (other: CHARACTER_REF): INTEGER upper: CHARACTER Commands set_item (c: CHARACTER)
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

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