|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.bcel.verifier.PassVerifier | +--org.apache.bcel.verifier.statics.Pass3aVerifier
This PassVerifier verifies a class file according to pass 3, static part as described in The Java Virtual Machine Specification, 2nd edition. More detailed information is to be found at the do_verify() method's documentation.
do_verify()
Constructor Summary | |
Pass3aVerifier(Verifier owner,
int method_no)
Should only be instantiated by a Verifier. |
Method Summary | |
VerificationResult |
do_verify()
Pass 3a is the verification of static constraints of JVM code (such as legal targets of branch instructions). |
int |
getMethodNo()
Returns the method number as supplied when instantiating. |
Methods inherited from class org.apache.bcel.verifier.PassVerifier |
addMessage, getMessages, verify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Pass3aVerifier(Verifier owner, int method_no)
Method Detail |
public VerificationResult do_verify()
do_verify
in class PassVerifier
InvalidMethodException
- if the method to verify does not exist.public int getMethodNo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |