| java.lang.Object tcl.lang.StringCmd
StringCmd | class StringCmd implements Command(Code) | | This class implements the built-in "string" command in Tcl.
|
Method Summary | |
final static int | Utf8Count(String s) | final static int | Utf8Count(char c) | public void | cmdProc(Interp interp, TclObject[] objv) ----------------------------------------------------------------------
Tcl_StringObjCmd -> StringCmd.cmdProc
This procedure is invoked to process the "string" Tcl command. |
Utf8Count | final static int Utf8Count(char c)(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | ----------------------------------------------------------------------
Tcl_StringObjCmd -> StringCmd.cmdProc
This procedure is invoked to process the "string" Tcl command.
See the user documentation for details on what it does.
Results:
None.
Side effects:
See the user documentation.
----------------------------------------------------------------------
|
|
|