BCEL's class file verifier "JustIce"

de.fub.bytecode.verifier
Class NativeVerifier

java.lang.Object
  |
  +--de.fub.bytecode.verifier.NativeVerifier

public abstract class NativeVerifier
extends java.lang.Object

The NativeVerifier class implements a main(String[] args) method that's roughly compatible to the one in the Verifier class, but that uses the JVM's internal verifier for its class file verification. This can be used for comparison runs between the JVM-internal verifier and JustIce.

Version:
$Id: NativeVerifier.java,v 1.13 2001/08/30 08:45:41 ehaase Exp $
Author:
Enver Haase

Method Summary
static void main(java.lang.String[] args)
          Works only on the first argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Works only on the first argument.

(c) Enver Haase 2001, released under the FSF's "GPL version 2" license.