- All Known Implementing Classes:
- NamespaceCmd, ReflectObject, TclBoolean, TclByteArray, TclDouble, TclIndex, TclInteger, TclList, TclString
public interface InternalRep
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