expanded class
	BOOLEAN

General
	cluster: elks
	description: "Truth values, with the boolean operations."
	create: default_create, make_from_reference

Ancestors
	BOOLEAN_REF

Queries
	conjuncted alias "and" alias "" (other: BOOLEAN): BOOLEAN
	conjuncted_semistrict alias "and then" alias "∧…" (other: BOOLEAN): BOOLEAN
	disjuncted alias "or" alias "" (other: BOOLEAN): BOOLEAN
	disjuncted_exclusive alias "xor" alias "" (other: BOOLEAN): BOOLEAN
	disjuncted_semistrict alias "or else" alias "∨…" (other: BOOLEAN): BOOLEAN
	hash_code: INTEGER_32
	implication alias "implies" alias "" (other: BOOLEAN): BOOLEAN
	is_hashable: BOOLEAN
	item: BOOLEAN
	negated alias "not" alias "¬": BOOLEAN
	out: STRING_8
	to_integer: INTEGER_32
	to_reference: BOOLEAN_REF

Commands
	set_item (b: BOOLEAN)


Generated by ISE EiffelStudio