VariableString.st
changeset 53 7db773565e01
parent 42 506596f9a1a8
child 84 d401ce0001dc
equal deleted inserted replaced
52:dd11c2abdac5 53:7db773565e01
    19 
    19 
    20 VariableString comment:'
    20 VariableString comment:'
    21 COPYRIGHT (c) 1990 by Claus Gittinger
    21 COPYRIGHT (c) 1990 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.9 1994-10-10 00:52:52 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.10 1995-02-11 14:10:16 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !VariableString class methodsFor:'documentation'!
    27 !VariableString class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.9 1994-10-10 00:52:52 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic2/VariableString.st,v 1.10 1995-02-11 14:10:16 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
   135     ^ super replaceFrom:start to:stop with:aCollection startingAt:repStart
   135     ^ super replaceFrom:start to:stop with:aCollection startingAt:repStart
   136 ! !
   136 ! !
   137 
   137 
   138 !VariableString methodsFor:'converting'!
   138 !VariableString methodsFor:'converting'!
   139 
   139 
   140 asText
   140 asStringCollection
   141     ^ contents asText
   141     ^ contents asStringCollection
   142 ! !
   142 ! !
   143 
   143 
   144 !VariableString methodsFor:'copying'!
   144 !VariableString methodsFor:'copying'!
   145 
   145 
   146 postCopy
   146 postCopy