tcl.lang.cmd
Class InfoCmd
java.lang.Object
  
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.
 
| 
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 | 
 
InfoCmd
public InfoCmd()
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.