tcl.lang.cmd
Class EvalCmd
java.lang.Object
  
tcl.lang.cmd.EvalCmd
- All Implemented Interfaces: 
 - Command
 
public class EvalCmd
- extends Object
- implements Command
  
This class implements the built-in "eval" command in Tcl.
 
| 
Method Summary | 
 void | 
cmdProc(Interp interp,
        TclObject[] objv)
 
          This procedure is invoked to process the "eval" Tcl command. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EvalCmd
public EvalCmd()
cmdProc
public void cmdProc(Interp interp,
                    TclObject[] objv)
             throws TclException
- This procedure is invoked to process the "eval" Tcl command. See the user
 documentation for details on what it does.
- Specified by:
 cmdProc in interface Command
 
- Parameters:
 interp - the current interpreter.objv - command arguments.
- Throws:
 TclException - if script causes error.
 
 
Copyright © 2015. All rights reserved.