Uses of Package
org.apache.bcel.verifier

Packages that use org.apache.bcel.verifier
org.apache.bcel.verifier BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL. 
org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. 
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. 
 

Classes in org.apache.bcel.verifier used by org.apache.bcel.verifier
VerificationResult
          A VerificationResult is what a PassVerifier returns after verifying.
Verifier
          A Verifier instance is there to verify a class file according to The Java Virtual Machine Specification, 2nd Edition.
VerifierFactoryObserver
          VerifierFactoryObserver instances are notified when new Verifier instances are created.
 

Classes in org.apache.bcel.verifier used by org.apache.bcel.verifier.statics
PassVerifier
          A PassVerifier actually verifies a class file; it is instantiated by a Verifier.
VerificationResult
          A VerificationResult is what a PassVerifier returns after verifying.
Verifier
          A Verifier instance is there to verify a class file according to The Java Virtual Machine Specification, 2nd Edition.
 

Classes in org.apache.bcel.verifier used by org.apache.bcel.verifier.structurals
PassVerifier
          A PassVerifier actually verifies a class file; it is instantiated by a Verifier.
VerificationResult
          A VerificationResult is what a PassVerifier returns after verifying.
Verifier
          A Verifier instance is there to verify a class file according to The Java Virtual Machine Specification, 2nd Edition.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.