This site contains older material on Eiffel. For the main Eiffel page, see http://www.eiffel.com.

EiffelBase class
(HTML page generated by ISE Eiffel 4.2)

Eiffel Class
indexing
	warning: "If you are precompiling a subset of EiffelBase, it is preferable NOT to remove this class from the subset. If you remove it you may see EiffelBench perform apparently unnecessary recompilations after changes.";
	description: "Class used to ensure proper precompilation of EiffelBase. Not to be used otherwise.";
	status: "See notice at end of class";
	date: "$Date: 2007-03-30 19:10:11 +0000 (Fri, 30 Mar 2007) $";
	revision: "$Revision: 95354 $"

class DECLARATOR

feature {NONE} -- Implementation

	s1: ARRAY [INTEGER];

	s2: ARRAY [REAL];

	s3: ARRAY [DOUBLE];

	s4: ARRAY [BOOLEAN];

	s5: ARRAY [CHARACTER];

	s6: ARRAY [POINTER];

	s7: ARRAY [ANY];

end -- class DECLARATOR