Package org.apache.bcel.verifier
Class NativeVerifier
- java.lang.Object
-
- org.apache.bcel.verifier.NativeVerifier
-
public abstract class NativeVerifier extends java.lang.ObjectThe 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNativeVerifier()This class must not be instantiated.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Works only on the first argument.
-