tcl.lang.cmd
Class EvalCmd

java.lang.Object
  extended by 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.


Constructor Summary
EvalCmd()
           
 
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
 

Constructor Detail

EvalCmd

public EvalCmd()
Method Detail

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.