display

display(): String;

The display method of the Object class returns a string containing a description of the receiver. In this default implementation of display, the description consists of the name of the class of the receiver.

A subclass can reimplement the display method to provide a more-informative description appropriate to that class.

Most subclasses of the Object class in RootSchema reimplement the display method to return a description of that class of object.