Symbol.st
changeset 25030 a74b4e68af6d
parent 24241 7fcbc1f15829
equal deleted inserted replaced
25029:c16078bae17f 25030:a74b4e68af6d
   192     ].
   192     ].
   193     ^ false
   193     ^ false
   194 !
   194 !
   195 
   195 
   196 hasSharedInstances
   196 hasSharedInstances
   197     "return true if this class has shared instances, that is, instances
   197     "return true if this class can share instances when stored binary, 
   198      with the same value are identical.
   198      that is, instances with the same value can be stored by reference.
   199      True returned here - there is only one of each symbol (per contents)."
   199      True returned here - there is only one of each symbol (per contents)."
   200 
   200 
   201     ^ true
   201     ^ true
   202 
   202 ! !
   203 ! !
       
   204 
       
   205 
   203 
   206 
   204 
   207 !Symbol methodsFor:'Compatibility-Squeak'!
   205 !Symbol methodsFor:'Compatibility-Squeak'!
   208 
   206 
   209 precedence
   207 precedence