Method.st
changeset 15614 70bf14a15a59
parent 15579 cc4c6bae6927
child 15649 4484fd85cb9e
child 18084 ab5b38bd8f81
equal deleted inserted replaced
15613:f3247f1af412 15614:70bf14a15a59
  2208 
  2208 
  2209 sourceChunkFromStream:aStream
  2209 sourceChunkFromStream:aStream
  2210     PositionError handle:[:ex |
  2210     PositionError handle:[:ex |
  2211         ^ nil
  2211         ^ nil
  2212     ] do:[
  2212     ] do:[
  2213         aStream position1Based:(sourcePosition ? 1) abs.
  2213         aStream position:(sourcePosition ? 1) abs - 1.
  2214     ].
  2214     ].
  2215     ^ aStream nextChunk.
  2215     ^ aStream nextChunk.
  2216 !
  2216 !
  2217 
  2217 
  2218 sourceStreamUsingCache:usingCacheBoolean
  2218 sourceStreamUsingCache:usingCacheBoolean
  3786 ! !
  3786 ! !
  3787 
  3787 
  3788 !Method class methodsFor:'documentation'!
  3788 !Method class methodsFor:'documentation'!
  3789 
  3789 
  3790 version
  3790 version
  3791     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.421 2013-07-30 13:55:40 cg Exp $'
  3791     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.422 2013-08-10 11:22:40 stefan Exp $'
  3792 !
  3792 !
  3793 
  3793 
  3794 version_CVS
  3794 version_CVS
  3795     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.421 2013-07-30 13:55:40 cg Exp $'
  3795     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.422 2013-08-10 11:22:40 stefan Exp $'
  3796 !
  3796 !
  3797 
  3797 
  3798 version_SVN
  3798 version_SVN
  3799     ^ '$ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 $'
  3799     ^ '$ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 $'
  3800 ! !
  3800 ! !