PrimaryNode.st
changeset 711 25b9a501b97d
parent 612 2748896a66c8
child 1035 8848672cb893
equal deleted inserted replaced
710:fc74f135494d 711:25b9a501b97d
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 'From Smalltalk/X, Version:3.1.10 on 20-sep-1997 at 11:48:45 pm'                !
       
    14 
    12 
    15 ParseNode subclass:#PrimaryNode
    13 ParseNode subclass:#PrimaryNode
    16 	instanceVariableNames:'value'
    14 	instanceVariableNames:'value'
    17 	classVariableNames:''
    15 	classVariableNames:''
    18 	poolDictionaries:''
    16 	poolDictionaries:''
    99 ! !
    97 ! !
   100 
    98 
   101 !PrimaryNode class methodsFor:'documentation'!
    99 !PrimaryNode class methodsFor:'documentation'!
   102 
   100 
   103 version
   101 version
   104     ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.17 1997-09-20 21:03:31 cg Exp $'
   102     ^ '$Header: /cvs/stx/stx/libcomp/PrimaryNode.st,v 1.18 1998-05-14 17:34:05 cg Exp $'
   105 ! !
   103 ! !