Object.st
changeset 21810 b66021c7e3b1
parent 21666 5be21a5aeb80
child 22008 fa021caa35e0
equal deleted inserted replaced
21809:3e17f1fff7f3 21810:b66021c7e3b1
   520 
   520 
   521 
   521 
   522 
   522 
   523 
   523 
   524 
   524 
   525 
       
   526 
       
   527 
       
   528 !Object methodsFor:'Compatibility-GNU'!
   525 !Object methodsFor:'Compatibility-GNU'!
   529 
   526 
   530 display
   527 display
   531     "print the receiver on the standard output stream (which is not the Transcript).
   528     "print the receiver on the standard output stream (which is not the Transcript).
   532      Added for GNU-ST compatibility"
   529      Added for GNU-ST compatibility"
   622     "VW compatibility"
   619     "VW compatibility"
   623 
   620 
   624     "/ kept in libbasic package, because it is used by the refactory code
   621     "/ kept in libbasic package, because it is used by the refactory code
   625     self errorKeyNotFound:aKey.
   622     self errorKeyNotFound:aKey.
   626 ! !
   623 ! !
   627 
       
   628 
       
   629 
   624 
   630 
   625 
   631 !Object methodsFor:'accessing'!
   626 !Object methodsFor:'accessing'!
   632 
   627 
   633 _at:index
   628 _at:index
  5016     ^ self
  5011     ^ self
  5017 !
  5012 !
  5018 
  5013 
  5019 executor
  5014 executor
  5020     "Return the object which does the finalization for me.
  5015     "Return the object which does the finalization for me.
  5021      This interface is also VW & Sqeak compatible,"
  5016      This interface is also VW & Squeak compatible,"
  5022 
  5017 
  5023     "for now, send #shallowCopyForFinalization, to be compatible with
  5018     "for now, send #shallowCopyForFinalization, to be compatible with
  5024      classes designed for old ST/X versions"
  5019      classes designed for old ST/X versions"
  5025 
  5020 
  5026     ^ self shallowCopyForFinalization
  5021     ^ self shallowCopyForFinalization
       
  5022 
       
  5023     "Modified (comment): / 15-06-2017 / 01:46:54 / mawalch"
  5027 !
  5024 !
  5028 
  5025 
  5029 finalizationLobby
  5026 finalizationLobby
  5030     "answer a Registry used for finalization.
  5027     "answer a Registry used for finalization.
  5031      Use a generic Registry for any object.
  5028      Use a generic Registry for any object.