JavaDecompiler.st
changeset 39 20fa5af3b873
parent 36 38febf91e82b
child 40 7f332a95e015
--- a/JavaDecompiler.st	Thu May 02 21:03:24 1996 +0000
+++ b/JavaDecompiler.st	Thu May 02 21:57:37 1996 +0000
@@ -155,8 +155,8 @@
 
         (ixor)                                  "/ 130
         (lxor)                                  "/ 131
-"/        (iinc localIndexByte signedByte)        "/ 132
-        (i2l)                                   "/ 132
+        (iinc localIndexByte signedByte)        "/ 132
+"/        (i2l)                                   "/ 132    DOC is wrong
         (i2f)                                   "/ 133
         (i2d)                                   "/ 134
         nil                                     "/ 135
@@ -439,8 +439,7 @@
 
     outStream
         show:index; 
-        show:' ['; 
-        show:']'
+        show:' '
 
     "Created: 16.4.1996 / 15:00:04 / cg"
     "Modified: 16.4.1996 / 15:30:55 / cg"
@@ -613,6 +612,6 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.9 1996/05/02 20:46:00 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.10 1996/05/02 21:57:29 cg Exp $'
 ! !
 JavaDecompiler initialize!