indexing description: "Imported routines that ought to be in class INTEGER" library: "Gobo Eiffel Kernel Library" author: "Eric Bezault <ericb@gobo.demon.co.uk>" copyright: "Copyright (c) 1998, Eric Bezault" class interface KL_IMPORTED_INTEGER_ROUTINES feature -- Access integer_: KL_INTEGER_ROUTINES -- Routines that ought to be in class INTEGER ensure integer_routines_not_void: Result /= void invariant -- from GENERAL reflexive_equality: standard_is_equal (Current); reflexive_conformance: conforms_to (Current); end -- class KL_IMPORTED_INTEGER_ROUTINES