Class.st
changeset 18559 2f3d69fc53f0
parent 18208 2860af6dfc2d
child 18561 73656aba2c89
child 18591 e9e2481b0483
equal deleted inserted replaced
18558:1913fed21c5e 18559:2f3d69fc53f0
  1498 
  1498 
  1499     "Created: / 19-09-2006 / 22:02:06 / cg"
  1499     "Created: / 19-09-2006 / 22:02:06 / cg"
  1500 !
  1500 !
  1501 
  1501 
  1502 projectDefinitionClass
  1502 projectDefinitionClass
  1503     "return the project definition of the classes package"
  1503     "return the project definition of the classes' package.
       
  1504      Eg. for Array, this would return the stx_libbasic project definition class."
  1504 
  1505 
  1505     ^ ProjectDefinition definitionClassForPackage: self package
  1506     ^ ProjectDefinition definitionClassForPackage: self package
  1506 
  1507 
  1507     "
  1508     "
  1508      Object projectDefinitionClass productVersion
  1509      Object projectDefinitionClass productVersion
  1972     self withAllPrivateClassesDo:[:cls | coll add:cls].
  1973     self withAllPrivateClassesDo:[:cls | coll add:cls].
  1973     ^ coll
  1974     ^ coll
  1974 
  1975 
  1975     "Created: / 18-07-2011 / 09:14:38 / cg"
  1976     "Created: / 18-07-2011 / 09:14:38 / cg"
  1976 ! !
  1977 ! !
  1977 
       
  1978 
  1978 
  1979 !Class methodsFor:'adding & removing'!
  1979 !Class methodsFor:'adding & removing'!
  1980 
  1980 
  1981 removeFromSystem
  1981 removeFromSystem
  1982     "ST-80 compatibility
  1982     "ST-80 compatibility
  5782 ! !
  5782 ! !
  5783 
  5783 
  5784 !Class class methodsFor:'documentation'!
  5784 !Class class methodsFor:'documentation'!
  5785 
  5785 
  5786 version
  5786 version
  5787     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.656 2015-04-10 14:22:21 stefan Exp $'
  5787     ^ '$Header$'
  5788 !
  5788 !
  5789 
  5789 
  5790 version_CVS
  5790 version_CVS
  5791     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.656 2015-04-10 14:22:21 stefan Exp $'
  5791     ^ '$Header$'
  5792 !
  5792 !
  5793 
  5793 
  5794 version_SVN
  5794 version_SVN
  5795     ^ '$ Id: Class.st 10643 2011-06-08 21:53:07Z vranyj1  $'
  5795     ^ '$ Id: Class.st 10643 2011-06-08 21:53:07Z vranyj1  $'
  5796 ! !
  5796 ! !