PrimaryNd.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 612 2748896a66c8
equal deleted inserted replaced
262:a958dced185f 263:3b21d0991eff
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     node for parse-trees, representing primaries (variables & literals)
    38     node for parse-trees, representing primaries (variables & literals)
    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 !PrimaryNode methodsFor:'accessing'!
    46 !PrimaryNode methodsFor:'accessing'!
    44 
    47 
    90 ! !
    93 ! !
    91 
    94 
    92 !PrimaryNode class methodsFor:'documentation'!
    95 !PrimaryNode class methodsFor:'documentation'!
    93 
    96 
    94 version
    97 version
    95     ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimaryNd.st,v 1.15 1996-04-25 11:13:39 cg Exp $'
    98     ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimaryNd.st,v 1.16 1996-04-25 17:08:19 cg Exp $'
    96 ! !
    99 ! !