class
	CHARACTER_8_REF

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

Ancestors
	COMPARABLE*
	HASHABLE*
	REFACTORING_HELPER

Queries
	as_lower: CHARACTER_8
	as_upper: CHARACTER_8
	code: INTEGER_32
	hash_code: INTEGER_32
	infix "+" (incr: INTEGER_32): CHARACTER_8
	infix "-" (decr: INTEGER_32): CHARACTER_8
	infix "<" (other: [like Current] CHARACTER_8_REF): BOOLEAN
	infix "<=" (other: [like Current] CHARACTER_8_REF): BOOLEAN
	infix ">" (other: [like Current] CHARACTER_8_REF): BOOLEAN
	infix ">=" (other: [like Current] CHARACTER_8_REF): BOOLEAN
	infix "|-|" (other: CHARACTER_8): 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_hashable: BOOLEAN
	is_hexa_digit: 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_value: INTEGER_32
	min (other: [like Current] CHARACTER_8_REF): [like Current] CHARACTER_8_REF
	Min_value: INTEGER_32
	natural_32_code: NATURAL_32
	next: CHARACTER_8
	out: STRING_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_implement_assertion (comment: STRING_8): BOOLEAN
	to_reference: CHARACTER_8_REF
	upper: CHARACTER_8

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