Method.st
changeset 13679 3fd763ff0911
parent 13676 a45e94212639
child 13683 1b6be902030b
equal deleted inserted replaced
13678:4a1303f1bcc9 13679:3fd763ff0911
   364 
   364 
   365 pragmas
   365 pragmas
   366     ^ self annotations
   366     ^ self annotations
   367 
   367 
   368     "Created: / 05-09-2011 / 23:12:24 / cg"
   368     "Created: / 05-09-2011 / 23:12:24 / cg"
       
   369 !
       
   370 
       
   371 propertyValueAt:aKey
       
   372     "for now - no properties"
       
   373 
       
   374     ^ nil
       
   375 
       
   376     "Created: / 12-09-2011 / 08:42:02 / cg"
   369 ! !
   377 ! !
   370 
   378 
   371 !Method methodsFor:'Compatibility-VW'!
   379 !Method methodsFor:'Compatibility-VW'!
   372 
   380 
   373 classIsMeta
   381 classIsMeta
  3543 ! !
  3551 ! !
  3544 
  3552 
  3545 !Method class methodsFor:'documentation'!
  3553 !Method class methodsFor:'documentation'!
  3546 
  3554 
  3547 version
  3555 version
  3548     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.374 2011-09-12 00:20:43 cg Exp $'
  3556     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.375 2011-09-12 07:29:18 cg Exp $'
  3549 !
  3557 !
  3550 
  3558 
  3551 version_CVS
  3559 version_CVS
  3552     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.374 2011-09-12 00:20:43 cg Exp $'
  3560     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.375 2011-09-12 07:29:18 cg Exp $'
  3553 !
  3561 !
  3554 
  3562 
  3555 version_SVN
  3563 version_SVN
  3556     ^ '§ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 §'
  3564     ^ '§ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 §'
  3557 ! !
  3565 ! !