Class.st
changeset 11536 d883525654f1
parent 11484 e4e902c40ac6
child 11699 36f3cff10f30
equal deleted inserted replaced
11535:3a3ef7112002 11536:d883525654f1
   960 packageInfo
   960 packageInfo
   961     "return the package-info of the class - or nil.
   961     "return the package-info of the class - or nil.
   962      The packageManager contains information relevant to the package,
   962      The packageManager contains information relevant to the package,
   963      to which this class belongs - especially, things like pathes to
   963      to which this class belongs - especially, things like pathes to
   964      resources, additional files etc. can be optioned this way.
   964      resources, additional files etc. can be optioned this way.
   965      A packageInfo loosely relates to ehat a classLoader is in Java.
   965      A packageInfo loosely relates to what a classLoader is in Java.
   966      Experimental."
   966      Experimental."
   967 
   967 
   968     |packageId prj handle t|
   968     |packageId prj handle t|
   969 
   969 
   970     packageId := self package.
   970     packageId := self package.
  4894 ! !
  4894 ! !
  4895 
  4895 
  4896 !Class class methodsFor:'documentation'!
  4896 !Class class methodsFor:'documentation'!
  4897 
  4897 
  4898 version
  4898 version
  4899     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.538 2009-01-19 13:45:59 cg Exp $'
  4899     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.539 2009-02-13 14:14:45 stefan Exp $'
  4900 ! !
  4900 ! !