|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttcl.lang.NamespaceCmd
public class NamespaceCmd
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 |
---|
public NamespaceCmd()
Method Detail |
---|
public void cmdProc(Interp interp, TclObject[] objv) throws TclException
cmdProc
in interface Command
TclException
public void dispose()
dispose
in interface InternalRep
public InternalRep duplicate()
duplicate
in interface InternalRep
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |