JavaSlotIndexCache.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
    57      as of 1.9.2010
    57      as of 1.9.2010
    58 
    58 
    59 "
    59 "
    60 ! !
    60 ! !
    61 
    61 
    62 
       
    63 !JavaSlotIndexCache class methodsFor:'queries'!
    62 !JavaSlotIndexCache class methodsFor:'queries'!
    64 
    63 
    65 color_slot_pData_from:color
    64 color_slot_pData_from:color
    66     Color_Slot_pData isNil ifTrue:[
    65     Color_Slot_pData isNil ifTrue:[
    67         Color_Slot_pData := color class instVarOffsetOf:'pData'
    66         Color_Slot_pData := color class instVarOffsetOf:'pData'
   317     "
   316     "
   318 
   317 
   319     "Created: 8.2.1997 / 13:19:14 / cg"
   318     "Created: 8.2.1997 / 13:19:14 / cg"
   320 ! !
   319 ! !
   321 
   320 
   322 
       
   323 !JavaSlotIndexCache class methodsFor:'documentation'!
   321 !JavaSlotIndexCache class methodsFor:'documentation'!
   324 
   322 
   325 version
   323 version
   326     ^ '$Header: /cvs/stx/stx/libjava/JavaSlotIndexCache.st,v 1.7 2013-02-25 11:15:31 vrany Exp $'
   324     ^ '$Header: /cvs/stx/stx/libjava/JavaSlotIndexCache.st,v 1.7 2013-02-25 11:15:31 vrany Exp $'
   327 !
   325 !
   328 
   326 
   329 version_CVS
   327 version_CVS
   330     ^ '$Header: /cvs/stx/stx/libjava/JavaSlotIndexCache.st,v 1.7 2013-02-25 11:15:31 vrany Exp $'
   328     ^ '$Header$'
   331 !
   329 !
   332 
   330 
   333 version_HG
   331 version_HG
   334 
   332 
   335     ^ '$Changeset: <not expanded> $'
   333     ^ '$Changeset: <not expanded> $'