class CHARACTER_8_REF General cluster: elks description: "References to objects containing a character value" Ancestors COMPARABLE* HASHABLE* Queries as_lower: CHARACTER_8 as_upper: CHARACTER_8 difference alias "|-|" (other: CHARACTER_8): INTEGER_32 hash_code: INTEGER_32 is_alpha: BOOLEAN is_alpha_numeric: BOOLEAN is_control: BOOLEAN is_digit: BOOLEAN is_equal (other: [like Current] CHARACTER_8_REF): BOOLEAN is_graph: BOOLEAN is_greater alias ">" (other: [like Current] CHARACTER_8_REF): BOOLEAN is_greater_equal alias ">=" (other: [like Current] CHARACTER_8_REF): BOOLEAN is_hashable: BOOLEAN is_hexa_digit: BOOLEAN is_less alias "<" (other: [like Current] CHARACTER_8_REF): BOOLEAN is_less_equal alias "<=" (other: [like Current] CHARACTER_8_REF): BOOLEAN is_lower: BOOLEAN is_printable: BOOLEAN is_punctuation: BOOLEAN is_space: BOOLEAN is_upper: BOOLEAN item: CHARACTER_8 lower: CHARACTER_8 max (other: [like Current] CHARACTER_8_REF): [like Current] CHARACTER_8_REF Max_ascii_value: INTEGER_32 Max_value: INTEGER_32 min (other: [like Current] CHARACTER_8_REF): [like Current] CHARACTER_8_REF Min_value: INTEGER_32 minus alias "-" (decr: INTEGER_32): CHARACTER_8 natural_32_code: NATURAL_32 next: CHARACTER_8 out: STRING_8 plus alias "+" (incr: INTEGER_32): CHARACTER_8 previous: CHARACTER_8 three_way_comparison (other: [like Current] CHARACTER_8_REF): INTEGER_32 to_character_32: CHARACTER_32 to_character_8: CHARACTER_8 to_reference: CHARACTER_8_REF upper: CHARACTER_8 Commands set_item (c: CHARACTER_8)
Generated by ISE EiffelStudio