BreakpointNode.st
changeset 3609 4a656b8cde60
parent 3515 d999e4b05ae8
child 3610 ae3545ef185d
--- a/BreakpointNode.st	Tue Mar 03 11:44:58 2015 +0100
+++ b/BreakpointNode.st	Tue Mar 03 11:46:58 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -11,6 +13,8 @@
 "
 "{ Package: 'stx:libcomp' }"
 
+"{ NameSpace: Smalltalk }"
+
 ParseNode subclass:#BreakpointNode
 	instanceVariableNames:'breakpoint expression lineNumber'
 	classVariableNames:''
@@ -127,6 +131,12 @@
     ^ expression arg1
 !
 
+args
+    "must forward - otherwise keywordExpression won't work"
+
+    ^ expression args
+!
+
 arguments
     "must forward - otherwise cascades won't work"
 
@@ -173,11 +183,11 @@
 !BreakpointNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.12 2014-09-30 09:33:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.13 2015-03-03 10:46:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.12 2014-09-30 09:33:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointNode.st,v 1.13 2015-03-03 10:46:58 cg Exp $'
 !
 
 version_SVN