public class Rt extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Rt.__Formatter
(Ancillary class for generating pretty-print format objects).
|
static class |
Rt.__SAX_Parser
Decoder for umod's own XML serialisation.
|
static class |
Rt.__SAX_Writer
Encoder for umod's own XML serialisation.
|
static class |
Rt.Definition |
static class |
Rt.Dump_rt
Visitor generated by umod according to field selection #0.
|
static class |
Rt.MATCH_ONLY_00
(Ancillary class as basis for all visitors).
|
static class |
Rt.Report |
static class |
Rt.SinglePhase_rt
Visitor generated by umod according to field selection #0.
|
static class |
Rt.TemplateEntry |
static class |
Rt.TemplatesByKind |
static class |
Rt.TemplatesByPrior |
Constructor and Description |
---|
Rt() |
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 .