public class Verify extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Verify.__Formatter
(Ancillary class for generating pretty-print format objects).
|
static class |
Verify.__Patterns
Ancillary class providing Paisley compound patterns.
|
static class |
Verify.Category1 |
static class |
Verify.Category2 |
static class |
Verify.Double |
static class |
Verify.Float |
static class |
Verify.Int |
static class |
Verify.Long |
static class |
Verify.MATCH_ONLY_00
(Ancillary class as basis for all visitors).
|
static class |
Verify.Null |
static class |
Verify.Object |
static class |
Verify.OneWord |
static class |
Verify.Reference |
static class |
Verify.Top |
static class |
Verify.TwoWord |
static class |
Verify.Type |
static class |
Verify.Uninitialized |
static class |
Verify.UninitializedNew |
static class |
Verify.UninitializedThis |
Constructor and Description |
---|
Verify() |
Modifier and Type | Method and Description |
---|---|
static Format |
toFormat(Object e0)
Yields a pretty-print format for arbitrary objects.
|
static Format |
toFormat(Object e0,
Integer mode)
Yields a pretty-print format for arbitrary objects.
|
public static Format toFormat(Object e0)
e0
- the object to render.public static Format toFormat(Object e0, Integer mode)
e0
- the object to render.mode
- an integer mode selector read by the $switch$mode..
construct in format definitions. This allows small variants in the
generated pretty-print.see also the complete user documentation .