JavaDecompiler.st
changeset 264 44aedfcd08d1
parent 261 d95d5a3cc475
child 360 e3df9401df00
equal deleted inserted replaced
263:3f1684ca1d8a 264:44aedfcd08d1
     1 'From Smalltalk/X, Version:3.3.1 on 14-jan-1998 at 12:00:35 am'                 !
       
     2 
       
     3 Object subclass:#JavaDecompiler
     1 Object subclass:#JavaDecompiler
     4 	instanceVariableNames:'code pc javaMethod outStream classToCompileFor'
     2 	instanceVariableNames:'code pc javaMethod outStream classToCompileFor'
     5 	classVariableNames:'DecoderTable'
     3 	classVariableNames:'DecoderTable'
     6 	poolDictionaries:''
     4 	poolDictionaries:''
     7 	category:'Java-Support'
     5 	category:'Java-Support'
   955 ! !
   953 ! !
   956 
   954 
   957 !JavaDecompiler class methodsFor:'documentation'!
   955 !JavaDecompiler class methodsFor:'documentation'!
   958 
   956 
   959 version
   957 version
   960     ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.32 1998/01/16 16:11:15 cg Exp $'
   958     ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.33 1998/01/17 14:44:32 cg Exp $'
   961 ! !
   959 ! !
   962 JavaDecompiler initialize!
   960 JavaDecompiler initialize!