class
	CHARACTER_32_REF

General
	cluster: elks
	description: "References to objects containing a unicode character value"

Ancestors
	COMPARABLE*
	HASHABLE*

Queries
	as_lower: CHARACTER_32
	as_upper: CHARACTER_32
	difference alias "|-|" (other: CHARACTER_32): INTEGER_64
	hash_code: INTEGER_32
	is_alpha: BOOLEAN
	is_alpha_numeric: BOOLEAN
	is_character_8: BOOLEAN
	is_control: BOOLEAN
	is_digit: BOOLEAN
	is_equal (other: [like Current] CHARACTER_32_REF): BOOLEAN
	is_greater alias ">" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	is_greater_equal alias ">=" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	is_hashable: BOOLEAN
	is_hexa_digit: BOOLEAN
	is_less alias "<" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	is_less_equal alias "<=" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	is_lower: BOOLEAN
	is_punctuation: BOOLEAN
	is_space: BOOLEAN
	is_unicode_digit: BOOLEAN
	is_upper: BOOLEAN
	item: CHARACTER_32
	lower: CHARACTER_32
	max (other: [like Current] CHARACTER_32_REF): [like Current] CHARACTER_32_REF
	Max_unicode_value: NATURAL_32
	Max_value: NATURAL_32
	min (other: [like Current] CHARACTER_32_REF): [like Current] CHARACTER_32_REF
	Min_value: NATURAL_32
	minus alias "-" (decr: NATURAL_32): CHARACTER_32
	natural_32_code: NATURAL_32
	next: CHARACTER_32
	out: STRING_8
	plus alias "+" (incr: NATURAL_32): CHARACTER_32
	previous: CHARACTER_32
	three_way_comparison (other: [like Current] CHARACTER_32_REF): INTEGER_32
	to_character_32: CHARACTER_32
	to_character_8: CHARACTER_8
	to_reference: CHARACTER_32_REF
	upper: CHARACTER_32

Commands
	set_item (c: CHARACTER_32)


Generated by ISE EiffelStudio