public interface DebugVerifyHandler extends DebugHandler
| Modifier and Type | Method and Description |
|---|---|
void |
verify(DebugContext debug,
Object object,
String format,
Object... arguments)
Verifies that a given object satisfies some invariants.
|
void verify(DebugContext debug, Object object, String format, Object... arguments)
object - object to verifydebug - the debug context requesting the dumpformat - a format string specifying a title that describes the context of the
verification (e.g., the compiler phase in which request is made)arguments - arguments referenced by the format specifiers in format