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" (other: BOOLEAN): BOOLEAN
	conjuncted_semistrict alias "and then" (other: BOOLEAN): BOOLEAN
	disjuncted alias "or" (other: BOOLEAN): BOOLEAN
	disjuncted_exclusive alias "xor" (other: BOOLEAN): BOOLEAN
	disjuncted_semistrict alias "or else" (other: BOOLEAN): BOOLEAN
	hash_code: INTEGER_32
	implication alias "implies" (other: BOOLEAN): BOOLEAN
	is_hashable: BOOLEAN
	item: BOOLEAN
	negated alias "not": BOOLEAN
	out: STRING_8
	to_integer: INTEGER_32
	to_reference: BOOLEAN_REF

Commands
	set_item (b: BOOLEAN)


Generated by ISE EiffelStudio