public class BciBlockMappingDumpHandler extends Object implements DebugDumpHandler
| Constructor and Description |
|---|
BciBlockMappingDumpHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Object object,
DebugContext debug,
boolean forced,
String format,
Object... arguments)
If the type of
object is supported by this dumper, then a representation of
object is sent to some consumer in a format determined by this object. |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic void dump(Object object, DebugContext debug, boolean forced, String format, Object... arguments)
DebugDumpHandlerobject is supported by this dumper, then a representation of
object is sent to some consumer in a format determined by this object.dump in interface DebugDumpHandlerobject - the object to be dumpeddebug - the debug context requesting the dumpforced - true if called from DebugContext.forceDump(Object, String, Object...)format - a format string specifying a title that describes the context of the dump
(e.g., the compiler phase in which request is made)arguments - arguments referenced by the format specifiers in format