Method Summary |
|
public void | dispose() Implement this no-op for the InternalRep interface. |
public InternalRep | duplicate() Returns a dupilcate of the current object. |
public static boolean | get(Interp interp, TclObject tobj) Returns the value of the object as an boolean.
An object with a TclBoolean internal rep has
a boolean value. |
public static TclObject | newInstance(boolean b) Creates a new instance of a TclObject with a TclBoolean internal
representation.
Parameters: b - initial value of the boolean object. |
public String | toString() Called to query the string representation of the Tcl object. |