public abstract class PassVerifier extends Object
Constructor and Description |
---|
PassVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(String message)
This method adds a (warning) message to the message pool of this
PassVerifier.
|
abstract VerificationResult |
do_verify()
Does the real verification work, uncached.
|
String[] |
getMessages()
Returns the (warning) messages that this PassVerifier accumulated
during its do_verify()ing work.
|
VerificationResult |
verify()
This method runs a verification pass conforming to the
Java Virtual Machine Specification, 2nd edition, on a
class file.
|
public PassVerifier()
public VerificationResult verify()
getMessages()
,
addMessage(String)
public abstract VerificationResult do_verify()
public void addMessage(String message)
getMessages()
public String[] getMessages()
addMessage(String)
,
do_verify()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.