Class.st
changeset 1900 9e814ffbebbc
parent 1895 f91b76019bf0
child 1909 66fc00f58885
equal deleted inserted replaced
1899:994350ea8737 1900:9e814ffbebbc
  1239     newClass class methodDictionary:cmethods.
  1239     newClass class methodDictionary:cmethods.
  1240     ^ newClass
  1240     ^ newClass
  1241 
  1241 
  1242     "Modified: 7.6.1996 / 13:43:06 / stefan"
  1242     "Modified: 7.6.1996 / 13:43:06 / stefan"
  1243     "Created: 8.10.1996 / 17:57:02 / cg"
  1243     "Created: 8.10.1996 / 17:57:02 / cg"
  1244     "Modified: 22.10.1996 / 20:31:38 / cg"
  1244     "Modified: 5.11.1996 / 22:01:09 / cg"
  1245 !
  1245 !
  1246 
  1246 
  1247 storeBinaryClassOn:stream manager:manager
  1247 storeBinaryClassOn:stream manager:manager
  1248     "store a classes complete description (i.e. including methods).
  1248     "store a classes complete description (i.e. including methods).
  1249      However, the superclass chain is not stored - at load time, that must
  1249      However, the superclass chain is not stored - at load time, that must
  4282 ! !
  4282 ! !
  4283 
  4283 
  4284 !Class class methodsFor:'documentation'!
  4284 !Class class methodsFor:'documentation'!
  4285 
  4285 
  4286 version
  4286 version
  4287     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.203 1996-11-05 19:34:44 cg Exp $'
  4287     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.204 1996-11-05 22:19:32 cg Exp $'
  4288 ! !
  4288 ! !
  4289 Class initialize!
  4289 Class initialize!