INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Name of the current object's generating type
-- (type of which it is a direct instance)
-- Name of the current object's generating class
-- (base class of the type of which it is a direct instance).
-- Every call to this function allocates a new result string
-- Object for which 'object_id' has returned 'id'
-- void if none
-- Value identifying current object uniquely
-- meaningful only for reference types
-- Does type of current object conform to type
-- of 'other' (as per Eiffel: The Language, chapter 13)?
-- Is type of current object identical to type of 'other'?
-- Are 'some' and 'other' either both void
-- or attached to isomorphic object structures?
-- Are 'some' and 'other' either both void
-- or attached to objects considered equal?
-- Is 'other' attached to an object considered equal
-- to current object?
-- Are 'some' and 'other' either both void or attached to
-- field-by-field identical objects of the same type?
-- Always uses the default object comparison criterion
-- Is 'other' attached to an object of the same type as
-- current object, and field-by-field identical to it?
-- Void if 'other' is void; otherwise, new object equal to 'other'
-- Update current object using fields of object attached
-- to 'other', so as to yield equal objects
-- Void if 'other' is void; otherwise, new object stucture
-- recursively duplicated from the one attached to 'other'
-- Void if 'other' is void; otherwise, new object
-- field-by-field identical to 'other'.
-- Always uses the default copying semantics
-- Copy every field of 'other' onto corresponding field
-- of current object
-- Default value of current type
-- Default value of type POINTER
-- (Avoid the need to write 'p.default'
-- for some 'p' of type POINTER)
-- Handle exception if no Rescue clause.
-- (Default: do nothing)
-- Execute a null action
-- Void reference
-- Handle to standard file setup
-- New string containing printable representation of
-- current object, each field preceded by its attribute name,
-- a colon and a space
-- New string containing printable representation of
-- current object, each field preceded by its attribute name,
-- a colon and a space
-- Write terse external representation of 'some' on
-- standard output
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |