JavaLookup.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/JavaLookup.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/JavaLookup.st	Wed Feb 20 23:05:49 2013 +0000
@@ -79,6 +79,7 @@
 "
 ! !
 
+
 !JavaLookup class methodsFor:'instance creation'!
 
 cleanup
@@ -109,6 +110,7 @@
     "Modified: / 29-08-2011 / 21:10:12 / Jan Kurs <kursjan@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup methodsFor:'initialization'!
 
 initialize
@@ -120,6 +122,7 @@
     "Modified: / 15-12-2011 / 23:06:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup methodsFor:'lookup'!
 
 lookupMethodForSelector: selector directedTo: initialSearchClass
@@ -206,6 +209,7 @@
     "Created: / 15-12-2011 / 23:11:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Java2Smalltalk methodsFor:'lookup'!
 
 lookupMethodForSelector:selector directedTo:initialSearchClass for:receiver withArguments:argArrayOrNil from:sendingContext ilc: ilc
@@ -268,6 +272,7 @@
     "Created: / 16-12-2011 / 00:00:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Java2Smalltalk methodsFor:'utilities'!
 
 addSelector:selector withMethod:proxy toClass:class 
@@ -304,6 +309,7 @@
     "Modified: / 24-02-2012 / 20:36:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Smalltalk2Java methodsFor:'lookup'!
 
 lookupMethodForSelector: selector directedTo: initialSearchClass for: receiver withArguments: argArrayOrNil from: sendingContext ilc: ilc 
@@ -408,6 +414,7 @@
     "Modified: / 16-12-2012 / 13:59:55 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Smalltalk2Java methodsFor:'lookup (old)'!
 
 old_lookupMethodForSelector:selector directedTo:initialSearchClass for:receiver withArguments:argArrayOrNil from:sendingContext ilc: ilc
@@ -466,6 +473,7 @@
     "Created: / 16-12-2011 / 23:05:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Smalltalk2Java methodsFor:'matching'!
 
 descriptorForJavaSelector:arg
@@ -549,6 +557,7 @@
     "Created: / 06-09-2011 / 22:20:34 / Jan Kurs <kursjan@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Smalltalk2Java methodsFor:'utilities'!
 
 addSelector:selector withMethod:proxy toClass:class 
@@ -764,6 +773,7 @@
     "Modified: / 16-12-2012 / 11:44:17 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup::Smalltalk2Java methodsFor:'utilities (old)'!
 
 old_compileProxyWithSelector: selector descriptor: descriptor in: class calling: callee
@@ -816,10 +826,11 @@
     "Created: / 16-12-2011 / 23:06:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaLookup class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaLookup.st,v 1.4 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG