experiments/JavaMethodWrapperCompiler.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
--- a/experiments/JavaMethodWrapperCompiler.st	Thu Sep 05 22:08:59 2013 +0100
+++ b/experiments/JavaMethodWrapperCompiler.st	Fri Sep 06 00:16:38 2013 +0100
@@ -89,7 +89,6 @@
 "
 ! !
 
-
 !JavaMethodWrapperCompiler class methodsFor:'instance creation'!
 
 new
@@ -98,7 +97,6 @@
     ^ self basicNew initialize.
 ! !
 
-
 !JavaMethodWrapperCompiler methodsFor:'accessing'!
 
 method
@@ -114,7 +112,6 @@
     "Modified: / 25-11-2011 / 20:15:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodWrapperCompiler methodsFor:'coding'!
 
 codeArgument: index descriptor: descriptor 
@@ -197,7 +194,6 @@
     "Created: / 25-11-2011 / 20:38:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodWrapperCompiler methodsFor:'coding-helpers'!
 
 code: string
@@ -256,7 +252,6 @@
     "Created: / 25-11-2011 / 20:47:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodWrapperCompiler methodsFor:'compiling'!
 
 compileJava: javaSelector toSmalltalk: smalltalkSelector
@@ -306,7 +301,6 @@
     "Created: / 25-11-2011 / 20:09:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodWrapperCompiler methodsFor:'compiling-private'!
 
 compile
@@ -318,7 +312,6 @@
     "Created: / 25-11-2011 / 20:25:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodWrapperCompiler methodsFor:'initialization'!
 
 initialize
@@ -333,11 +326,10 @@
     "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.2 2013-02-25 11:15:34 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG