AssignmentNode.st
changeset 135 aa4f7b8f121e
parent 117 3736a828cb50
child 140 1ef1d1395146
equal deleted inserted replaced
134:d93682ca90a1 135:aa4f7b8f121e
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'System-Compiler-Support'
    17        category:'System-Compiler-Support'
    18 !
    18 !
    19 
    19 
    20 AssignmentNode comment:'
       
    21 COPYRIGHT (c) 1989 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.12 1995-09-07 12:06:26 claus Exp $
       
    25 '!
       
    26 
       
    27 !AssignmentNode class methodsFor:'documentation'!
    20 !AssignmentNode class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1989 by Claus Gittinger
    24  COPYRIGHT (c) 1989 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.13 1995-11-11 15:29:49 cg Exp $'
    45 $Header: /cvs/stx/stx/libcomp/AssignmentNode.st,v 1.12 1995-09-07 12:06:26 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     node for parse-trees, representing assignments
    42     node for parse-trees, representing assignments