public class Verifier extends 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.
|
String |
getClassName()
Returns the name of the class this verifier operates on.
|
String[] |
getMessages()
This returns all the (warning) messages collected during verification.
|
static void |
main(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 String getClassName()
VerifierFactory
public void flush()
public String[] getMessages() throws ClassNotFoundException
ClassNotFoundException
public static void main(String[] args)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.