public interface PrettyPrint
#toString()
If it's implemented, Debug
will
use it as default display
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toPrettyString()
Displays a prettified version of
Object.toString()
It's used as display by Debug if
it's implemented.
|
java.lang.String toPrettyString()
Object.toString()
It's used as display by Debug
if it's
implemented.
Object.toString()