class: Context
authorStefan Vogel <sv@exept.de>
Fri, 06 Dec 2013 15:10:17 +0100
changeset 15851 62426f2047ba
parent 15850 3b51942600ce
child 15852 399512254411
class: Context added: #messageSend
Context.st
--- a/Context.st	Fri Dec 06 15:08:55 2013 +0100
+++ b/Context.st	Fri Dec 06 15:10:17 2013 +0100
@@ -490,6 +490,15 @@
     "
 !
 
+messageSend
+    ^ MessageSend receiver:receiver selector:selector arguments:self args
+
+    "
+     thisContext methodHome messageSend
+     thisContext messageSend
+    "
+!
+
 method
     "return the method for which the receiver was created.
      Change with ST/X vsn 6:
@@ -2547,11 +2556,11 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.191 2013-08-23 13:00:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.192 2013-12-06 14:10:17 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.191 2013-08-23 13:00:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.192 2013-12-06 14:10:17 stefan Exp $'
 !
 
 version_HG