Method.st
changeset 14595 5c27c812055b
parent 14573 f89b1f406974
child 14863 49e50305f097
child 18011 deb0c3355881
equal deleted inserted replaced
14594:bd408c36e089 14595:5c27c812055b
   446      (Object class compiledMethodAt:#infoPrinting:) comment
   446      (Object class compiledMethodAt:#infoPrinting:) comment
   447     "
   447     "
   448 
   448 
   449     "Modified: / 23-02-1998 / 10:26:08 / stefan"
   449     "Modified: / 23-02-1998 / 10:26:08 / stefan"
   450     "Modified: / 01-06-2012 / 23:03:57 / cg"
   450     "Modified: / 01-06-2012 / 23:03:57 / cg"
       
   451 !
       
   452 
       
   453 getMclass
       
   454     ^ mclass 
   451 !
   455 !
   452 
   456 
   453 getPackage
   457 getPackage
   454     "return the package-ID of the method"
   458     "return the package-ID of the method"
   455 
   459 
  3740 ! !
  3744 ! !
  3741 
  3745 
  3742 !Method class methodsFor:'documentation'!
  3746 !Method class methodsFor:'documentation'!
  3743 
  3747 
  3744 version
  3748 version
  3745     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.404 2012-12-13 13:37:05 cg Exp $'
  3749     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.405 2012-12-17 10:49:26 cg Exp $'
  3746 !
  3750 !
  3747 
  3751 
  3748 version_CVS
  3752 version_CVS
  3749     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.404 2012-12-13 13:37:05 cg Exp $'
  3753     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.405 2012-12-17 10:49:26 cg Exp $'
  3750 !
  3754 !
  3751 
  3755 
  3752 version_SVN
  3756 version_SVN
  3753     ^ '§ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 §'
  3757     ^ '§ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 §'
  3754 ! !
  3758 ! !