org.apache.bcel.verifier

Class 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.1.1.1 2001/10/29 20:00:31 jvanzyl Exp $
Author:
Enver Haase

Method Summary

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

Method Details

main

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