Uses of Package
org.apache.bcel.verifier
Packages that use org.apache.bcel.verifier
Package
Description
BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
PassVerifier classes used internally by JustIce.
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.verifierClassDescriptionA 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.VerifierFactoryObserver instances are notified when new Verifier instances are created.
-
Classes in org.apache.bcel.verifier used by org.apache.bcel.verifier.staticsClassDescriptionA PassVerifier actually verifies a class file; it is instantiated by a Verifier.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.
-
Classes in org.apache.bcel.verifier used by org.apache.bcel.verifier.structuralsClassDescriptionA PassVerifier actually verifies a class file; it is instantiated by a Verifier.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.