ConstantNode.st
changeset 261 0372e948ca2d
parent 242 3cca9ffd2620
child 263 3b21d0991eff
equal deleted inserted replaced
260:b881b17d0da6 261:0372e948ca2d
    34 !
    34 !
    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 "
    40 "
    40 ! !
    41 ! !
    41 
    42 
    42 !ConstantNode class methodsFor:'instance creation'!
    43 !ConstantNode class methodsFor:'instance creation'!
    43 
    44 
   263 ! !
   264 ! !
   264 
   265 
   265 !ConstantNode class methodsFor:'documentation'!
   266 !ConstantNode class methodsFor:'documentation'!
   266 
   267 
   267 version
   268 version
   268     ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.20 1996-04-13 23:03:24 cg Exp $'
   269     ^ '$Header: /cvs/stx/stx/libcomp/ConstantNode.st,v 1.21 1996-04-25 11:14:22 cg Exp $'
   269 ! !
   270 ! !