org.apache.bcel.verifier.structurals
public final class Pass3bVerifier extends PassVerifier
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