tcl.lang.cmd
Class InfoCmd

java.lang.Object
  extended by tcl.lang.cmd.InfoCmd
All Implemented Interfaces:
Command

public class InfoCmd
extends Object
implements Command

This class implements the built-in "info" command in Tcl.


Constructor Summary
InfoCmd()
           
 
Method Summary
 void cmdProc(Interp interp, TclObject[] objv)
          Tcl_InfoObjCmd -> InfoCmd.cmdProc This procedure is invoked to process the "info" Tcl command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoCmd

public InfoCmd()
Method Detail

cmdProc

public void cmdProc(Interp interp,
                    TclObject[] objv)
             throws TclException
Tcl_InfoObjCmd -> InfoCmd.cmdProc This procedure is invoked to process the "info" 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 wrong # of args or invalid argument(s).


Copyright © 2015. All rights reserved.