somPrintSelf - Syntax

This method outputs a brief description that identifies the receiving object. Designed to be overridden.

Note: For backward compatibility, this method does not take an Environment parameter.

SOMObject    receiver;
SOMObject    rc;

rc = somPrintSelf(receiver);


[Back: somPrintSelf]
[Next: somPrintSelf Parameter - receiver]