Context.st
changeset 16259 9fe0049439db
parent 16247 91197d01d272
child 16443 ebedf88fe390
--- a/Context.st	Fri Mar 14 17:40:59 2014 +0100
+++ b/Context.st	Sun Mar 16 17:44:07 2014 +0100
@@ -280,6 +280,12 @@
 
 !Context methodsFor:'accessing'!
 
+arg1Index
+    "return the index of the 1st arg (redefined in JavaContext)"
+
+    ^ 1
+!
+
 argAt:n
     "return the n'th argument"
 
@@ -2600,11 +2606,11 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.199 2014-03-11 09:26:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.200 2014-03-16 16:44:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.199 2014-03-11 09:26:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.200 2014-03-16 16:44:07 cg Exp $'
 !
 
 version_HG