showUserStructure -- a command which displays the structure of types defined by the user and assigned to global variables.
Each such class is displayed to the right of its parent.
A type is an instance of the class Type.
i1 : X = new Type of List |
i2 : Y = new Type of X |
i3 : Z = new Type of X |
i4 : showUserStructure |
See also:
The command showUserStructure is a member of the class Command.