| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 set 
 
 
 
Method Summary 
 
 
 voiddispose()
           
 
 
 InternalRepduplicate()
           
 
Method Detail 
dispose
void dispose()
duplicate
InternalRep duplicate()
 
 
  
   
    Overview  
      Package  
    Class  
      Use  
      Tree  
      Deprecated  
      Index  
      Help  
  
 
 
 PREV CLASS 
 NEXT CLASS 
  FRAMES   
 NO FRAMES   
 
 
 
  SUMMARY: NESTED | FIELD | CONSTR | METHOD 
DETAIL: FIELD | CONSTR | METHOD 
Copyright © 2015. All rights reserved.