|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerificationResult
Records the result of applying verification to a class or method. If the verification failed, additional information can be obtained about the cause of failure.
Method Summary | |
---|---|
Verifier.Pass |
getLevel()
Reports the verification pass that was reached during verification. |
java.lang.String |
getMessage()
Gets a message associated with the verification result, which may be an explanation of why verification failed. |
int |
getResult()
Gets the result of verification. |
Method Detail |
---|
int getResult()
java.lang.String getMessage()
Verifier.Pass getLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |