Variable.st
changeset 20 f8dd8ba75205
parent 11 60691e5007e3
child 31 6cd13c331fb0
equal deleted inserted replaced
19:84a1ddf215a5 20:f8dd8ba75205
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'System-Compiler-Support'
    17        category:'System-Compiler-Support'
    18 !
    18 !
    19 
    19 
    20 Variable comment:'
    20 Variable comment:'
    21 
       
    22 COPYRIGHT (c) 1989 by Claus Gittinger
    21 COPYRIGHT (c) 1989 by Claus Gittinger
    23               All Rights Reserved
    22               All Rights Reserved
       
    23 '!
    24 
    24 
    25 $Header: /cvs/stx/stx/libcomp/Variable.st,v 1.4 1994-01-09 21:30:29 claus Exp $
    25 !Variable class methodsFor:'documentation'!
    26 '!
    26 
       
    27 copyright
       
    28 "
       
    29  COPYRIGHT (c) 1989 by Claus Gittinger
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 !
       
    40 
       
    41 version
       
    42 "
       
    43 $Header: /cvs/stx/stx/libcomp/Variable.st,v 1.5 1994-06-02 20:26:28 claus Exp $
       
    44 "
       
    45 !
       
    46 
       
    47 documentation
       
    48 "
       
    49     node for parse-trees, representing variables
       
    50 "
       
    51 ! !
    27 
    52 
    28 !Variable class methodsFor:'instance creation'!
    53 !Variable class methodsFor:'instance creation'!
    29 
    54 
    30 name:name
    55 name:name
    31     "return a new node for a variable named name"
    56     "return a new node for a variable named name"