Package org.apache.bcel.verifier
package org.apache.bcel.verifier
BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
Package Specification
This is the top-level package of the JustIce verifier. To actually use it, have a look at the VerifierFactory and Verifier classes.
-
ClassDescriptionA graphical user interface application demonstrating JustIce.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.A PassVerifier actually verifies a class file; it is instantiated by a Verifier.This class has a main method implementing a demonstration program of how to use the VerifierFactoryObserver.A VerificationResult is what a PassVerifier returns after verifying.A Verifier instance is there to verify a class file according to The Java Virtual Machine Specification, 2nd Edition.This class implements a machine-generated frame for use with the GraphicalVerfifier.This class produces instances of the Verifier class.This class implements an adapter; it implements both a Swing ListModel and a VerifierFactoryObserver.VerifierFactoryObserver instances are notified when new Verifier instances are created.A class for simple graphical class file verification.