ClassDescription.st
changeset 7262 afae1fcdc14e
parent 7261 f35fc9cee675
child 7277 72af0eb60c67
equal deleted inserted replaced
7261:f35fc9cee675 7262:afae1fcdc14e
  3546     "Created: / 12.10.1996 / 19:18:40 / cg"
  3546     "Created: / 12.10.1996 / 19:18:40 / cg"
  3547     "Modified: / 6.11.1996 / 22:48:43 / cg"
  3547     "Modified: / 6.11.1996 / 22:48:43 / cg"
  3548     "Modified: / 18.3.1999 / 18:20:07 / stefan"
  3548     "Modified: / 18.3.1999 / 18:20:07 / stefan"
  3549 ! !
  3549 ! !
  3550 
  3550 
  3551 !ClassDescription methodsFor:'subclass creation - private classes'!
  3551 !ClassDescription methodsFor:'subclass creation-private classes'!
  3552 
  3552 
  3553 subclass:nameSymbol instanceVariableNames:instVarNameString classVariableNames:classVarString poolDictionaries:pool privateIn:aClass 
  3553 subclass:nameSymbol instanceVariableNames:instVarNameString classVariableNames:classVarString poolDictionaries:pool privateIn:aClass 
  3554     "create a new class as a subclass of an existing class (the receiver).
  3554     "create a new class as a subclass of an existing class (the receiver).
  3555      The subclass will have indexed variables if the receiving-class has."
  3555      The subclass will have indexed variables if the receiving-class has."
  3556 
  3556 
  4055 ! !
  4055 ! !
  4056 
  4056 
  4057 !ClassDescription class methodsFor:'documentation'!
  4057 !ClassDescription class methodsFor:'documentation'!
  4058 
  4058 
  4059 version
  4059 version
  4060     ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.152 2003-05-07 14:31:42 cg Exp $'
  4060     ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.153 2003-05-07 14:39:16 cg Exp $'
  4061 ! !
  4061 ! !
  4062 
  4062 
  4063 ClassDescription initialize!
  4063 ClassDescription initialize!