MessageNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 289 7134d1233ba6
equal deleted inserted replaced
262:a958dced185f 263:3b21d0991eff
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     node for parse-trees, representing message sends
    38     node for parse-trees, representing message sends
    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 !MessageNode class methodsFor:'instance creation'!
    46 !MessageNode class methodsFor:'instance creation'!
    44 
    47 
  1574 ! !
  1577 ! !
  1575 
  1578 
  1576 !MessageNode class methodsFor:'documentation'!
  1579 !MessageNode class methodsFor:'documentation'!
  1577 
  1580 
  1578 version
  1581 version
  1579     ^ '$Header: /cvs/stx/stx/libcomp/MessageNode.st,v 1.46 1996-04-25 11:14:39 cg Exp $'
  1582     ^ '$Header: /cvs/stx/stx/libcomp/MessageNode.st,v 1.47 1996-04-25 17:09:13 cg Exp $'
  1580 ! !
  1583 ! !