public class TScore extends Object
Created on 2022-09-07_07h47m29
by program bandm/metatools/umod, version 0.17
command line =
bandm/metatools/umod --visitordebug t --xmlgen t --monolithic false --swingtree t $(HOME)/sig//src eu.bandm.tscore.model tscore.umod
Cf. the pretty-printed UMod source text.
Constructor and Description |
---|
TScore() |
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.