experiments/JavaMethodWrapperCompiler.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2678 c865275e48a7
--- a/experiments/JavaMethodWrapperCompiler.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/experiments/JavaMethodWrapperCompiler.st	Mon Feb 25 12:15:35 2013 +0100
@@ -89,6 +89,7 @@
 "
 ! !
 
+
 !JavaMethodWrapperCompiler class methodsFor:'instance creation'!
 
 new
@@ -97,6 +98,7 @@
     ^ self basicNew initialize.
 ! !
 
+
 !JavaMethodWrapperCompiler methodsFor:'accessing'!
 
 method
@@ -112,6 +114,7 @@
     "Modified: / 25-11-2011 / 20:15:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMethodWrapperCompiler methodsFor:'coding'!
 
 codeArgument: index descriptor: descriptor 
@@ -194,6 +197,7 @@
     "Created: / 25-11-2011 / 20:38:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMethodWrapperCompiler methodsFor:'coding-helpers'!
 
 code: string
@@ -252,6 +256,7 @@
     "Created: / 25-11-2011 / 20:47:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMethodWrapperCompiler methodsFor:'compiling'!
 
 compileJava: javaSelector toSmalltalk: smalltalkSelector
@@ -301,6 +306,7 @@
     "Created: / 25-11-2011 / 20:09:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMethodWrapperCompiler methodsFor:'compiling-private'!
 
 compile
@@ -312,6 +318,7 @@
     "Created: / 25-11-2011 / 20:25:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMethodWrapperCompiler methodsFor:'initialization'!
 
 initialize
@@ -326,10 +333,11 @@
     "Modified: / 25-11-2011 / 20:24:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaMethodWrapperCompiler class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/experiments/JavaMethodWrapperCompiler.st,v 1.1 2013-02-16 18:08:39 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/experiments/JavaMethodWrapperCompiler.st,v 1.2 2013-02-25 11:15:34 vrany Exp $'
 !
 
 version_HG