SyntaxElementVariable.st
changeset 13532 aa233ac282bc
parent 12995 211c2022783c
child 13609 8b400fde34ef
child 13821 3e9428fa12b6
equal deleted inserted replaced
13531:5f6182bb7293 13532:aa233ac282bc
    34 ! !
    34 ! !
    35 
    35 
    36 !SyntaxElementVariable methodsFor:'accessing'!
    36 !SyntaxElementVariable methodsFor:'accessing'!
    37 
    37 
    38 assigned
    38 assigned
    39     ^ assigned
    39     ^ assigned ? false
    40 !
    40 !
    41 
    41 
    42 assigned:something
    42 assigned:something
    43     assigned := something.
    43     assigned := something.
    44 !
    44 !
    70 ! !
    70 ! !
    71 
    71 
    72 !SyntaxElementVariable class methodsFor:'documentation'!
    72 !SyntaxElementVariable class methodsFor:'documentation'!
    73 
    73 
    74 version
    74 version
    75     ^ '$Header: /cvs/stx/stx/libtool/SyntaxElementVariable.st,v 1.4 2013-06-24 17:09:21 cg Exp $'
    75     ^ '$Header: /cvs/stx/stx/libtool/SyntaxElementVariable.st,v 1.5 2013-09-08 12:38:09 cg Exp $'
    76 !
    76 !
    77 
    77 
    78 version_CVS
    78 version_CVS
    79     ^ '$Header: /cvs/stx/stx/libtool/SyntaxElementVariable.st,v 1.4 2013-06-24 17:09:21 cg Exp $'
    79     ^ '$Header: /cvs/stx/stx/libtool/SyntaxElementVariable.st,v 1.5 2013-09-08 12:38:09 cg Exp $'
    80 ! !
    80 ! !
    81 
    81