BreakpointNode.st
changeset 3640 1690481337e3
parent 3610 ae3545ef185d
child 4047 70b52dcebe6b
--- a/BreakpointNode.st	Wed May 27 17:41:07 2015 +0200
+++ b/BreakpointNode.st	Fri Jun 05 18:08:26 2015 +0200
@@ -137,6 +137,12 @@
     ^ expression args
 !
 
+argumentCount
+    "must forward - otherwise checkCondition won't work"
+
+    ^ expression argumentCount
+!
+
 arguments
     "must forward - otherwise cascades won't work"
 
@@ -189,11 +195,11 @@
 !BreakpointNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.14 2015-03-05 10:59:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.15 2015-06-05 16:08:26 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.14 2015-03-05 10:59:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.15 2015-06-05 16:08:26 stefan Exp $'
 !
 
 version_SVN