public class MuGraph
extends java.lang.Object
Created on 2020-11-15_12h23m52
by program bandm/metatools/umod, version 0.17
command line =
bandm/metatools/umod --visitordebug t --xmlgen f --monolithic false --swingtree t --floatNotDouble t $(HOME)/sig//src eu.bandm.mugraph.model MuGraph.umod
Cf. the pretty-printed UMod source text.
| Constructor and Description |
|---|
MuGraph() |
| Modifier and Type | Method and Description |
|---|---|
static Format |
toFormat(java.lang.Object e0)
Yields a pretty-print format for arbitrary objects.
|
static Format |
toFormat(java.lang.Object e0,
java.lang.Integer mode)
Yields a pretty-print format for arbitrary objects.
|
public static Format toFormat(java.lang.Object e0)
e0 - the object to render.public static Format toFormat(java.lang.Object e0, java.lang.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.