public final class Pass3aVerifier extends PassVerifier
do_verify()
Constructor and Description |
---|
Pass3aVerifier(Verifier owner,
int method_no)
Should only be instantiated by a Verifier.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addMessage, getMessages, verify
public Pass3aVerifier(Verifier owner, int method_no)
public VerificationResult do_verify()
do_verify
in class PassVerifier
InvalidMethodException
- if the method to verify does not exist.public int getMethodNo()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.