Eiffel mode

            -- Called from runtime to perform a proper dynamic dispatch on `correct_mismatch'
 
1
note
2
    description: "[
3
        Project-wide universal properties.
4
        This class is an ancestor to all developer-written classes.
5
        ANY may be customized for individual projects or teams.
6
        ]"
7
8
    library: "Free implementation of ELKS library"
9
    status: "See notice at end of class."
10
    legal: "See notice at end of class."
11
    date: "$Date: 2013-01-25 11:49:00 -0800 (Fri, 25 Jan 2013) $"
12
    revision: "$Revision: 712 $"
13
14
class
15
    ANY
16
17
feature -- Customization
18
19
feature -- Access
20
21
    generator: STRING
22
            -- Name of current object's generating class
23
            -- (base class of the type of which it is a direct instance)
24
        external
25
            "built_in"
26
        ensure
27
            generator_not_void: Result /= Void
28
            generator_not_empty: not Result.is_empty
29
        end
30
31
    generating_type: TYPE [detachable like Current]
32
            -- Type of current object

MIME types defined: text/x-eiffel.

Created by YNH.