| java.lang.Object tcl.lang.TclUtil
TclUtil | public class TclUtil (Code) | | The TclUtil class "corrects" oversights in the
tcl.lang package by making public certain methods that
were not public.
author: Colin Stevens (colin.stevens@sun.com) version: 1.2, 00/04/24 |
Method Summary | |
public static void | setVar(Interp i, String name, String value, int flags) | public static void | setVar(Interp i, String name, TclObject value, int flags) |
setVar | public static void setVar(Interp i, String name, String value, int flags) throws TclException(Code) | | |
setVar | public static void setVar(Interp i, String name, TclObject value, int flags) throws TclException(Code) | | |
|
|