| |
|
| java.lang.Object tcl.lang.InfoCmd
InfoCmd | class InfoCmd implements Command(Code) | | This class implements the built-in "info" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] objv) Tcl_InfoObjCmd -> InfoCmd.cmdProc
This procedure is invoked to process the "info" Tcl command. |
OPT_ARGS | final static int OPT_ARGS(Code) | | |
OPT_BODY | final static int OPT_BODY(Code) | | |
OPT_CMDCOUNT | final static int OPT_CMDCOUNT(Code) | | |
OPT_COMMANDS | final static int OPT_COMMANDS(Code) | | |
OPT_COMPLETE | final static int OPT_COMPLETE(Code) | | |
OPT_DEFAULT | final static int OPT_DEFAULT(Code) | | |
OPT_EXISTS | final static int OPT_EXISTS(Code) | | |
OPT_GLOBALS | final static int OPT_GLOBALS(Code) | | |
OPT_HOSTNAME | final static int OPT_HOSTNAME(Code) | | |
OPT_LEVEL | final static int OPT_LEVEL(Code) | | |
OPT_LIBRARY | final static int OPT_LIBRARY(Code) | | |
OPT_LOADED | final static int OPT_LOADED(Code) | | |
OPT_LOCALS | final static int OPT_LOCALS(Code) | | |
OPT_NAMEOFEXECUTABLE | final static int OPT_NAMEOFEXECUTABLE(Code) | | |
OPT_PATCHLEVEL | final static int OPT_PATCHLEVEL(Code) | | |
OPT_PROCS | final static int OPT_PROCS(Code) | | |
OPT_SCRIPT | final static int OPT_SCRIPT(Code) | | |
OPT_SHAREDLIBEXTENSION | final static int OPT_SHAREDLIBEXTENSION(Code) | | |
OPT_TCLVERSION | final static int OPT_TCLVERSION(Code) | | |
OPT_VARS | final static int OPT_VARS(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | Tcl_InfoObjCmd -> InfoCmd.cmdProc
This procedure is invoked to process the "info" 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). |
|
|
|