tcl.lang
Interface InternalRep

All Known Implementing Classes:
NamespaceCmd, ReflectObject, TclBoolean, TclByteArray, TclDict, TclDouble, TclIndex, TclInteger, TclLambda, 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


Method Summary
 void dispose()
           
 InternalRep duplicate()
           
 

Method Detail

dispose

void dispose()

duplicate

InternalRep duplicate()


Copyright © 2015. All rights reserved.