The base class for all classes: types created with
| Describes an object in a way that is suitable for printing by the user. |
| Describes an object in some detail; intended to be used mostly for debugging purposes. |
| Called by the serialization code when a class instance is to be written. |
Describes an object in a way that is suitable for printing by the user.
Description
Describes an object in some detail; intended to be used mostly for debugging purposes.
Description
{do
let buf:StringBuf = {StringBuf}
{self.object-describe-for-debugging buf, {get-syntax-locale}}
{format out = out, "[ @ %s]", buf}
}
Called by the serialization code when a class instance is to be written.
Description
Notes