| tcl.lang.InternalRep
All known Subclasses: tcl.lang.PropertySig, tcl.lang.FuncSig, tcl.lang.NamespaceCmd, tcl.lang.TclList, tcl.lang.TclIndex, tcl.lang.TclByteArray, tcl.lang.ReflectObject, tcl.lang.ClassRep, tcl.lang.TclString, tcl.lang.TclBoolean, tcl.lang.FieldSig, tcl.lang.CObject, tcl.lang.TclInteger, tcl.lang.TclDouble,
InternalRep | public interface InternalRep (Code) | | This is the interface for implementing internal representation of Tcl
objects. A class that implements InternalRep should define the
following:
(1) the two abstract methods specified in this base class:
dispose()
duplicate()
(2) The method toString()
(3) class method(s) newInstance() if appropriate
(4) class method setFromAny() if appropriate
(5) class method get() if appropriate
|
dispose | public void dispose()(Code) | | |
|
|