| java.lang.Object tcl.lang.EvalCmd
EvalCmd | class EvalCmd implements Command(Code) | | This class implements the built-in "eval" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] objv) This procedure is invoked to process the "eval" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | This procedure is invoked to process the "eval" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. exception: TclException - if script causes error. |
|
|