UnaryNd.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 625 0b93edcf1116
equal deleted inserted replaced
262:a958dced185f 263:3b21d0991eff
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     node for parse-trees, representing unary messages
    38     node for parse-trees, representing unary messages
    39     This is a helper class for the compiler.
    39     This is a helper class for the compiler.
       
    40 
       
    41     [author:]
       
    42         Claus Gittinger
    40 "
    43 "
    41 ! !
    44 ! !
    42 
    45 
    43 !UnaryNode class methodsFor:'instance creation'!
    46 !UnaryNode class methodsFor:'instance creation'!
    44 
    47 
   253 ! !
   256 ! !
   254 
   257 
   255 !UnaryNode class methodsFor:'documentation'!
   258 !UnaryNode class methodsFor:'documentation'!
   256 
   259 
   257 version
   260 version
   258     ^ '$Header: /cvs/stx/stx/libcomp/Attic/UnaryNd.st,v 1.21 1996-04-25 11:13:50 cg Exp $'
   261     ^ '$Header: /cvs/stx/stx/libcomp/Attic/UnaryNd.st,v 1.22 1996-04-25 17:08:29 cg Exp $'
   259 ! !
   262 ! !