#FEATURE
authorClaus Gittinger <cg@exept.de>
Sat, 02 Apr 2016 17:17:00 +0200
changeset 5007 045024ffa956
parent 5006 22bdac1a5826
child 5008 2c183e39345e
child 5011 46de83b69b3d
#FEATURE class: DoWhatIMeanSupport added: #setClass:andContext:
DoWhatIMeanSupport.st
--- a/DoWhatIMeanSupport.st	Sat Apr 02 17:12:43 2016 +0200
+++ b/DoWhatIMeanSupport.st	Sat Apr 02 17:17:00 2016 +0200
@@ -1240,6 +1240,11 @@
     self breakPoint: #jv.
 
     "Created: / 18-09-2013 / 13:49:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+setClass: classOrNilArg andContext:contextOrNilArg
+    classOrNil := classOrNilArg.
+    contextOrNil := contextOrNilArg.
 ! !
 
 !DoWhatIMeanSupport methodsFor:'code completion - JavaScript'!