class
	CHARACTER_32_REF

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

Ancestors
	COMPARABLE*
	HASHABLE*
	REFACTORING_HELPER

Queries
	as_lower: CHARACTER_32
	as_upper: CHARACTER_32
	code: INTEGER_32
	hash_code: INTEGER_32
	infix "<" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	infix "<=" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	infix ">" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	infix ">=" (other: [like Current] CHARACTER_32_REF): BOOLEAN
	is_character_8: BOOLEAN
	is_equal (other: [like Current] CHARACTER_32_REF): BOOLEAN
	Is_hashable: BOOLEAN
	is_space: BOOLEAN
	item: CHARACTER_32
	lower: CHARACTER_32
	max (other: [like Current] CHARACTER_32_REF): [like Current] CHARACTER_32_REF
	Max_value: NATURAL_32
	min (other: [like Current] CHARACTER_32_REF): [like Current] CHARACTER_32_REF
	Min_value: NATURAL_32
	natural_32_code: NATURAL_32
	out: STRING_8
	three_way_comparison (other: [like Current] CHARACTER_32_REF): INTEGER_32
	to_character_32: CHARACTER_32
	to_character_8: CHARACTER_8
	to_implement_assertion (comment: STRING_8): BOOLEAN
	to_reference: CHARACTER_32_REF
	upper: CHARACTER_32

Commands
	fixme (comment: STRING_8)
	set_item (c: CHARACTER_32)
	to_implement (comment: STRING_8)