ProxyMethod.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2678 c865275e48a7
--- a/ProxyMethod.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/ProxyMethod.st	Mon Feb 25 12:15:35 2013 +0100
@@ -26,7 +26,7 @@
 "
 "{ Package: 'stx:libjava' }"
 
-Method variableSubclass:#ProxyMethod
+Method subclass:#ProxyMethod
 	instanceVariableNames:'body'
 	classVariableNames:'InstallProxies'
 	poolDictionaries:''
@@ -88,6 +88,7 @@
 "
 ! !
 
+
 !ProxyMethod class methodsFor:'initialization'!
 
 initialize
@@ -99,6 +100,7 @@
     "Modified: / 23-12-2011 / 14:13:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod class methodsFor:'accessing'!
 
 installProxies
@@ -120,6 +122,7 @@
     "Created: / 23-12-2011 / 13:08:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod class methodsFor:'misc'!
 
 makeMetaMethod
@@ -150,6 +153,7 @@
     "Created: / 06-12-2011 / 21:18:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod methodsFor:'accessing'!
 
 body
@@ -235,6 +239,7 @@
     "Created: / 23-12-2011 / 13:51:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod methodsFor:'building'!
 
 addGuard: aGuard
@@ -252,6 +257,7 @@
     "Created: / 06-12-2011 / 21:37:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod methodsFor:'compiler interface'!
 
 syntaxHighlighterClass
@@ -264,6 +270,7 @@
     "Created: / 23-12-2011 / 13:52:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod methodsFor:'displaying'!
 
 printStringForBrowserWithSelector:selector inClass:class
@@ -273,6 +280,7 @@
     "Created: / 16-12-2011 / 01:16:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod methodsFor:'testing'!
 
 isProxyMethod
@@ -296,6 +304,7 @@
     "Created: / 13-04-2012 / 16:06:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod methodsFor:'utilities'!
 
 recompile
@@ -305,10 +314,11 @@
     "Created: / 06-12-2011 / 21:38:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProxyMethod class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/ProxyMethod.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/ProxyMethod.st,v 1.2 2013-02-25 11:15:32 vrany Exp $'
 !
 
 version_HG