Re: Which class provides "print(s: STRING)"?

José Bollo <[email protected]> Fri, 5 Aug 2005 21:53:35 +0200
Newsgroups gmane.comp.lang.eiffel.smalleiffel
Message-ID <[email protected]>
Le vendredi 5 Août 2005 20:56, Alexander Rios a écrit :
> I think their is no problem here.
>
> I have always understood that an "export clause" is the list of
> classes distinct from Current.  An object always has complete access to
> itself, and so an "import clause" is never necessary, and so no such thing
> exists.
>
> A feature's export clause is a list of classes.  All class instances that
> conform to a listed class have access to the feature, even when they are
> not Current.
>
> By "secret feature"  I have always understood that it means
> exporting to NONE, and since no class conforms to NONE, the
> feature is NOT exported at all, but this does NOT affect that the feature
> is always imported by Current.

But the command short -client ANY ANY does not print the feature print.

However it does not distrub me so much.

josé