Method.st
changeset 14274 cee19bad32a0
parent 14266 2514cbdb8e29
child 14357 08d5b662477a
equal deleted inserted replaced
14273:feb20a9d7b13 14274:cee19bad32a0
  2622      true returned here - the method is redefined from Object."
  2622      true returned here - the method is redefined from Object."
  2623 
  2623 
  2624     ^ true
  2624     ^ true
  2625 !
  2625 !
  2626 
  2626 
       
  2627 isMethodWithBreakpoints
       
  2628     "only redefined in MethodWithBreakpoints"
       
  2629 
       
  2630     ^ false
       
  2631 
       
  2632     "Created: / 01-08-2012 / 17:26:43 / cg"
       
  2633 !
       
  2634 
  2627 isOLECall
  2635 isOLECall
  2628     "return true, if the method is an ole call; false if not."
  2636     "return true, if the method is an ole call; false if not."
  2629 
  2637 
  2630     |funcOrNil|
  2638     |funcOrNil|
  2631 
  2639 
  3727 ! !
  3735 ! !
  3728 
  3736 
  3729 !Method class methodsFor:'documentation'!
  3737 !Method class methodsFor:'documentation'!
  3730 
  3738 
  3731 version
  3739 version
  3732     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.393 2012-07-27 16:35:35 cg Exp $'
  3740     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.394 2012-08-02 12:23:16 cg Exp $'
  3733 !
  3741 !
  3734 
  3742 
  3735 version_CVS
  3743 version_CVS
  3736     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.393 2012-07-27 16:35:35 cg Exp $'
  3744     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.394 2012-08-02 12:23:16 cg Exp $'
  3737 !
  3745 !
  3738 
  3746 
  3739 version_SVN
  3747 version_SVN
  3740     ^ '§ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 §'
  3748     ^ '§ Id: Method.st 10648 2011-06-23 15:55:10Z vranyj1 §'
  3741 ! !
  3749 ! !