| java.lang.Object tcl.lang.ArrayCmd
ArrayCmd | class ArrayCmd implements Command(Code) | | This class implements the built-in "array" command in Tcl.
|
OPT_ANYMORE | final static int OPT_ANYMORE(Code) | | |
OPT_DONESEARCH | final static int OPT_DONESEARCH(Code) | | |
OPT_EXISTS | final static int OPT_EXISTS(Code) | | |
OPT_GET | final static int OPT_GET(Code) | | |
OPT_NAMES | final static int OPT_NAMES(Code) | | |
OPT_NEXTELEMENT | final static int OPT_NEXTELEMENT(Code) | | |
OPT_SET | final static int OPT_SET(Code) | | |
OPT_SIZE | final static int OPT_SIZE(Code) | | |
OPT_STARTSEARCH | final static int OPT_STARTSEARCH(Code) | | |
OPT_UNSET | final static int OPT_UNSET(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | This procedure is invoked to process the "array" Tcl command.
See the user documentation for details on what it does.
|
errorIllegalSearchId | static void errorIllegalSearchId(Interp interp, String varName, String sid) throws TclException(Code) | | Error message thrown when an invalid SearchId is used. The
string used to reference the SearchId is parced to determine
the reason for the failure.
Parameters: interp - currrent interpreter. Parameters: String - sid is the string represenation of the SearchId that was passed in. |
|
|