| java.lang.Object U2.T2.Obj.Show
Constructor Summary | |
public | Show() | public | Show(int maxdepth, int initialIndent) Create a new Shower object, with the specified maximum show
depth and initial indentation. |
Show | public Show(int maxdepth, int initialIndent)(Code) | | Create a new Shower object, with the specified maximum show
depth and initial indentation.
|
show | public static String show(Object o, int indent, int maxDepth)(Code) | | Show the object o. The object numbering is reset at each call.
Parameters: indent - Initial indentiation. |
show | public static String show(Object o)(Code) | | Show an object. Max-depth is 5. Initial indentation is
6. Object numbering is not continued over multiple calls.
|
showWithContNum | public String showWithContNum(Object o)(Code) | | Show the object o. The object numbering is maintained across
multiple calls to this method.
|
|
|