| java.lang.Object tcl.lang.UpvarCmd
UpvarCmd | class UpvarCmd implements Command(Code) | | This class implements the built-in "upvar" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] objv) Tcl_UpvarObjCmd -> UpvarCmd.cmdProc
This procedure is invoked to process the "upvar" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | Tcl_UpvarObjCmd -> UpvarCmd.cmdProc
This procedure is invoked to process the "upvar" Tcl command.
See the user documentation for details on what it does.
|
|
|