public class DebugDumpCommand
extends Object
implements tcl.lang.Command
| Constructor and Description |
|---|
DebugDumpCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
cmdProc(tcl.lang.Interp interp,
tcl.lang.TclObject[] tclObjects) |
static void |
debugDump(tcl.lang.Interp interp,
tcl.lang.TclObject[] tclObjects) |
static void |
debugDump(tcl.lang.TclObject tclObject,
tcl.lang.Interp interp,
String indent) |
public void cmdProc(tcl.lang.Interp interp,
tcl.lang.TclObject[] tclObjects)
throws tcl.lang.TclException
cmdProc in interface tcl.lang.Commandtcl.lang.TclExceptionpublic static void debugDump(tcl.lang.Interp interp,
tcl.lang.TclObject[] tclObjects)
public static void debugDump(tcl.lang.TclObject tclObject,
tcl.lang.Interp interp,
String indent)