UndefinedSuperclassError.st
changeset 4095 448d64c118f2
parent 3083 9028b8283735
child 4106 701025567fad
equal deleted inserted replaced
4094:baf56bc6897d 4095:448d64c118f2
       
     1 "
       
     2  COPYRIGHT (c) 2013 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:libcomp' }"
    12 "{ Package: 'stx:libcomp' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
     2 
    15 
     3 ParseError subclass:#UndefinedSuperclassError
    16 ParseError subclass:#UndefinedSuperclassError
     4 	instanceVariableNames:''
    17 	instanceVariableNames:''
     5 	classVariableNames:''
    18 	classVariableNames:''
     6 	poolDictionaries:''
    19 	poolDictionaries:''
     7 	category:'System-Compiler'
    20 	category:'System-Compiler'
     8 !
    21 !
     9 
    22 
       
    23 !UndefinedSuperclassError class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 2013 by eXept Software AG
       
    28               All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 ! !
    10 
    38 
    11 !UndefinedSuperclassError class methodsFor:'documentation'!
    39 !UndefinedSuperclassError class methodsFor:'documentation'!
    12 
    40 
    13 version
    41 version
    14     ^ '$Header: /cvs/stx/stx/libcomp/UndefinedSuperclassError.st,v 1.1 2013-04-03 21:08:10 cg Exp $'
    42     ^ '$Header$'
    15 !
    43 !
    16 
    44 
    17 version_CVS
    45 version_CVS
    18     ^ '$Header: /cvs/stx/stx/libcomp/UndefinedSuperclassError.st,v 1.1 2013-04-03 21:08:10 cg Exp $'
    46     ^ '$Header$'
    19 ! !
    47 ! !
    20 
    48