Symbol.st
changeset 11819 ad671b753451
parent 11773 ac4ceea3f464
child 11859 752a9509eadf
equal deleted inserted replaced
11818:fc605f85aaf7 11819:ad671b753451
   181      with the same value are identical.
   181      with the same value are identical.
   182      True returned here - there is only one of each symbol (per contents)."
   182      True returned here - there is only one of each symbol (per contents)."
   183 
   183 
   184     ^ true
   184     ^ true
   185 
   185 
       
   186 ! !
       
   187 
       
   188 !Symbol methodsFor:'*magritte-model-converting'!
       
   189 
       
   190 asAccessor
       
   191         ^ Magritte::MASelectorAccessor selector: self
       
   192 ! !
       
   193 
       
   194 
       
   195 !Symbol methodsFor:'Compatibility-Squeak'!
       
   196 
       
   197 isUnary
       
   198     ^ self isUnarySelector
   186 ! !
   199 ! !
   187 
   200 
   188 !Symbol methodsFor:'Compatibility-VW'!
   201 !Symbol methodsFor:'Compatibility-VW'!
   189 
   202 
   190 << catalogID
   203 << catalogID
   686 ! !
   699 ! !
   687 
   700 
   688 !Symbol class methodsFor:'documentation'!
   701 !Symbol class methodsFor:'documentation'!
   689 
   702 
   690 version
   703 version
   691     ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.86 2009-06-14 20:07:21 cg Exp $'
   704     ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.87 2009-07-30 08:03:40 cg Exp $'
   692 ! !
   705 ! !