|
|||||||||
| 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 CommandTclExceptionpublic void dispose()
dispose in interface InternalReppublic InternalRep duplicate()
duplicate in interface InternalReppublic 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 | ||||||||