public class D2d extends Object
Created on 2022-06-25_16h57m37
by program bandm/metatools/umod, version 0.17
command line =
bandm/metatools/umod --visitordebug true --xmlgen false --getterfunctions true --monolithic false $(HOME)/metatools/src eu.bandm.tools.d2d2.model D2d.umod
Cf. the pretty-printed UMod source text.
| Constructor and Description |
|---|
D2d() |
| 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 .