public class Verifier
extends java.lang.Object
VerifierFactory
,
PassVerifier
Modifier and Type | Method and Description |
---|---|
VerificationResult |
doPass1()
Returns the VerificationResult for the given pass.
|
VerificationResult |
doPass2()
Returns the VerificationResult for the given pass.
|
VerificationResult |
doPass3a(int method_no)
Returns the VerificationResult for the given pass.
|
VerificationResult |
doPass3b(int method_no)
Returns the VerificationResult for the given pass.
|
void |
flush()
Forget everything known about the class file; that means, really
start a new verification of a possibly different class file from
BCEL's repository.
|
java.lang.String |
getClassName()
Returns the name of the class this verifier operates on.
|
java.lang.String[] |
getMessages()
This returns all the (warning) messages collected during verification.
|
static void |
main(java.lang.String[] args)
Verifies class files.
|
public VerificationResult doPass1()
public VerificationResult doPass2()
public VerificationResult doPass3a(int method_no)
public VerificationResult doPass3b(int method_no)
public final java.lang.String getClassName()
VerifierFactory
public void flush()
public java.lang.String[] getMessages() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public static void main(java.lang.String[] args)