ImmutableByteArray.st
branchjv
changeset 17976 50c2416f962a
parent 17955 f5ee690b1a27
child 18011 deb0c3355881
equal deleted inserted replaced
17975:c3e4cd2a9637 17976:50c2416f962a
   151     ^ ByteArray
   151     ^ ByteArray
   152 ! !
   152 ! !
   153 
   153 
   154 !ImmutableByteArray methodsFor:'queries'!
   154 !ImmutableByteArray methodsFor:'queries'!
   155 
   155 
       
   156 isImmutable
       
   157     ^ true
       
   158 !
       
   159 
   156 isLiteral
   160 isLiteral
   157     "return true, if the receiver can be used as a literal constant in ST syntax
   161     "return true, if the receiver can be used as a literal constant in ST syntax
   158      (i.e. can be used in constant arrays)"
   162      (i.e. can be used in constant arrays)"
   159 
   163 
   160     "yes, I must be"
   164     "yes, I must be"
   187 ! !
   191 ! !
   188 
   192 
   189 !ImmutableByteArray class methodsFor:'documentation'!
   193 !ImmutableByteArray class methodsFor:'documentation'!
   190 
   194 
   191 version_CVS
   195 version_CVS
   192     ^ '§Header: /cvs/stx/stx/libbasic/ImmutableByteArray.st,v 1.10 2012/07/19 17:34:51 stefan Exp §'
   196     ^ '§Header: /cvs/stx/stx/libbasic/ImmutableByteArray.st,v 1.11 2012/10/16 15:11:45 cg Exp §'
   193 !
   197 !
   194 
   198 
   195 version_SVN
   199 version_SVN
   196     ^ '$Id: ImmutableByteArray.st 10829 2012-07-25 08:45:15Z vranyj1 $'
   200     ^ '$Id: ImmutableByteArray.st 10858 2012-10-29 22:07:56Z vranyj1 $'
   197 ! !
   201 ! !