Class id

java.lang.Object
  |
  +--id

public class id
extends java.lang.Object

Test BCEL if an input file is identical to the outfile generated with BCEL. Of course there may some small differences, e.g., because BCEL generates local variable tables by default. Try to:

% java id 
% java listclass -code  > foo
% java listclass -code .clazz > bar
% diff foo bar | more
 

Version:
$Id: id.java,v 1.2 2001/10/11 11:59:26 dahm Exp $
Author:
M. Dahm

Constructor Summary
id()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

id

public id()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception