ConstantNode.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 539 69a1cd05c7d6
equal deleted inserted replaced
262:a958dced185f 263:3b21d0991eff
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     node for parse-trees, representing literal constants
    38     node for parse-trees, representing literal constants
    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 !ConstantNode class methodsFor:'instance creation'!
    46 !ConstantNode class methodsFor:'instance creation'!
    44 
    47 
   264 ! !
   267 ! !
   265 
   268 
   266 !ConstantNode class methodsFor:'documentation'!
   269 !ConstantNode class methodsFor:'documentation'!
   267 
   270 
   268 version
   271 version
   269     ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.21 1996-04-25 11:14:22 cg Exp $'
   272     ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.22 1996-04-25 17:08:56 cg Exp $'
   270 ! !
   273 ! !