Tools__ObjectModuleInformation.st
changeset 3388 b9b7b2fae2f9
parent 3345 681833029ed5
child 3486 b831d1299848
equal deleted inserted replaced
3387:462d9e0dea1f 3388:b9b7b2fae2f9
       
     1 "
       
     2  COPYRIGHT (c) 2007 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 "
     1 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
     2 
    13 
     3 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
     4 
    15 
     5 ToolApplicationModel subclass:#ObjectModuleInformation
    16 ToolApplicationModel subclass:#ObjectModuleInformation
    21 	poolDictionaries:''
    32 	poolDictionaries:''
    22 	privateIn:ObjectModuleInformation
    33 	privateIn:ObjectModuleInformation
    23 !
    34 !
    24 
    35 
    25 !ObjectModuleInformation class methodsFor:'documentation'!
    36 !ObjectModuleInformation class methodsFor:'documentation'!
       
    37 
       
    38 copyright
       
    39 "
       
    40  COPYRIGHT (c) 2007 by eXept Software AG
       
    41               All Rights Reserved
       
    42 
       
    43  This software is furnished under a license and may be used
       
    44  only in accordance with the terms of that license and with the
       
    45  inclusion of the above copyright notice.   This software may not
       
    46  be provided or otherwise made available to, or used by, any
       
    47  other person.  No title to or ownership of the software is
       
    48  hereby transferred.
       
    49 "
       
    50 !
    26 
    51 
    27 documentation
    52 documentation
    28 "
    53 "
    29     Shows the modules (dll's) of ST/X.
    54     Shows the modules (dll's) of ST/X.
    30     Both builtIn modules, and dynamically loaded modules are listed.
    55     Both builtIn modules, and dynamically loaded modules are listed.