tcl.lang
Class NamespaceCmd

java.lang.Object
  extended by tcl.lang.NamespaceCmd
All Implemented Interfaces:
Command, InternalRep

public class NamespaceCmd
extends java.lang.Object
implements InternalRep, Command

This class implements the built-in "namespace" command in Tcl. See the user documentation for details on what it does.


Constructor Summary
NamespaceCmd()
           
 
Method Summary
 void cmdProc(Interp interp, TclObject[] objv)
           
 void dispose()
           
 InternalRep duplicate()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamespaceCmd

public NamespaceCmd()
Method Detail

cmdProc

public void cmdProc(Interp interp,
                    TclObject[] objv)
             throws TclException
Specified by:
cmdProc in interface Command
Throws:
TclException

dispose

public void dispose()
Specified by:
dispose in interface InternalRep

duplicate

public InternalRep duplicate()
Specified by:
duplicate in interface InternalRep

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object