org.apache.bcel.verifier.structurals
public final class Pass3bVerifier extends PassVerifier
Version: $Id: Pass3bVerifier.java 152811 2002-07-04 21:44:42Z enver $
See Also: do_verify
Constructor Summary | |
---|---|
Pass3bVerifier(Verifier owner, int method_no)
This class should only be instantiated by a Verifier.
|
Method Summary | |
---|---|
VerificationResult | do_verify()
Pass 3b implements the data flow analysis as described in the Java Virtual
Machine Specification, Second Edition.
|
int | getMethodNo() Returns the method number as supplied when instantiating. |
See Also: Verifier
See Also: LocalVariablesInfo Pass2Verifier