Tools_ClassChecker.st
changeset 6179 182d948dcf05
parent 5592 d9730a8d7c52
child 6511 995748a5a487
equal deleted inserted replaced
6178:2944e95c6eda 6179:182d948dcf05
       
     1 "
       
     2  COPYRIGHT (c) 2004 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 
     1 "{ Package: 'stx:libtool' }"
    13 "{ Package: 'stx:libtool' }"
     2 
    14 
     3 "{ NameSpace: Tools }"
    15 "{ NameSpace: Tools }"
     4 
    16 
     5 Object subclass:#ClassChecker
    17 Object subclass:#ClassChecker
     9 	poolDictionaries:''
    21 	poolDictionaries:''
    10 	category:'Interface-Browsers-New'
    22 	category:'Interface-Browsers-New'
    11 !
    23 !
    12 
    24 
    13 !ClassChecker class methodsFor:'documentation'!
    25 !ClassChecker class methodsFor:'documentation'!
       
    26 
       
    27 copyright
       
    28 "
       
    29  COPYRIGHT (c) 2004 by eXept Software AG
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 !
    14 
    40 
    15 documentation
    41 documentation
    16 "
    42 "
    17     embeddable application displaying the class-categories.
    43     embeddable application displaying the class-categories.
    18     Provides an outputGenerator, which enumerates the classes in
    44     Provides an outputGenerator, which enumerates the classes in
   754 ! !
   780 ! !
   755 
   781 
   756 !ClassChecker class methodsFor:'documentation'!
   782 !ClassChecker class methodsFor:'documentation'!
   757 
   783 
   758 version
   784 version
   759     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassChecker.st,v 1.2 2004-02-26 19:03:55 cg Exp $'
   785     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassChecker.st,v 1.3 2005-02-02 11:02:18 cg Exp $'
   760 ! !
   786 ! !