class
	ANY

General
	cluster: elks
	description: 
		"Project-wide universal properties.
		This class is an ancestor to all developer-written classes.
		ANY may be customized for individual projects or teams."

Queries
	conforms_to (other: ANY): BOOLEAN
	deep_equal (a: detachable ANY; b: [like arg #1] detachable ANY): BOOLEAN
	deep_twin: [like Current] ANY
	default: [detachable like Current] detachable ANY
	default_pointer: POINTER
	equal (a: detachable ANY; b: [like arg #1] detachable ANY): BOOLEAN
	generating_type: TYPE [[detachable like Current] detachable ANY]
	generator: STRING_8
	Io: STD_FILES
	is_deep_equal (other: [like Current] ANY): BOOLEAN
	is_equal (other: [like Current] ANY): BOOLEAN
	Operating_environment: OPERATING_ENVIRONMENT
	out: STRING_8
	same_type (other: ANY): BOOLEAN
	standard_equal (a: detachable ANY; b: [like arg #1] detachable ANY): BOOLEAN
	standard_is_equal (other: [like Current] ANY): BOOLEAN
	standard_twin: [like Current] ANY
	tagged_out: STRING_8
	twin: [like Current] ANY

Commands
	copy (other: [like Current] ANY)
	deep_copy (other: [like Current] ANY)
	default_rescue
	do_nothing
	print (o: detachable ANY)
	standard_copy (other: [like Current] ANY)

Constraints
	reflexive equality
	reflexive conformance


Generated by ISE EiffelStudio