EiffelBase class
(HTML page generated by ISE Eiffel 4.2)
Eiffel Class
indexing
description: "Project-wide universal properties. This class is an ancestor to all developer-written classes. ANY inherits from PLATFORM, itself an heir of GENERAL, and may be customized for individual projects or teams.";
status: "See notice at end of class";
date: "$Date: 2007-03-30 19:10:11 +0000 (Fri, 30 Mar 2007) $";
revision: "$Revision: 95354 $"
class ANY
inherit
PLATFORM
end -- class ANY
|