| java.lang.Object tcl.lang.SubstCmd
SubstCmd | class SubstCmd implements Command(Code) | | This class implements the built-in "subst" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "subst" Tcl command. |
OPT_NOBACKSLASHES | final static int OPT_NOBACKSLASHES(Code) | | |
OPT_NOCOMMANDS | final static int OPT_NOCOMMANDS(Code) | | |
OPT_NOVARS | final static int OPT_NOVARS(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "subst" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. exception: TclException - if wrong # of args or invalid argument(s). |
|
|