UninterpretedBytes.st
changeset 11220 1ed300ff0d21
parent 11009 fb66915c5bb5
child 11756 2540924974a2
equal deleted inserted replaced
11219:0d1fbed1dd14 11220:1ed300ff0d21
   252 ! !
   252 ! !
   253 
   253 
   254 !UninterpretedBytes class methodsFor:'queries'!
   254 !UninterpretedBytes class methodsFor:'queries'!
   255 
   255 
   256 isAbstract
   256 isAbstract
       
   257     "Return if this class is an abstract class.
       
   258      True is returned for UninterpretedBytes here; false for subclasses.
       
   259      Abstract subclasses must redefine again."
       
   260 
   257     ^ self == UninterpretedBytes
   261     ^ self == UninterpretedBytes
   258 !
   262 !
   259 
   263 
   260 isBigEndian
   264 isBigEndian
   261     "return true, if words/shorts store the most-significant
   265     "return true, if words/shorts store the most-significant
  2435 ! !
  2439 ! !
  2436 
  2440 
  2437 !UninterpretedBytes class methodsFor:'documentation'!
  2441 !UninterpretedBytes class methodsFor:'documentation'!
  2438 
  2442 
  2439 version
  2443 version
  2440     ^ '$Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.66 2008-05-09 19:54:04 stefan Exp $'
  2444     ^ '$Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.67 2008-10-19 11:12:12 cg Exp $'
  2441 ! !
  2445 ! !