public class Rt extends Object
tag --> def // gives element type assoc --> def --> resulting structure // gives attribute contents sequ --> (ResultingStructure U ResultingChars U PermutationGroup) PermutationGroup
expr --> PermutationSubexpression // gives permutation contents
Created on 2022-06-25_16h57m55
by program bandm/metatools/umod, version 0.17
command line =
bandm/metatools/umod --visitordebug true --xmlgen false --getterfunctions true --visitoroptimize true --monolithic false $(HOME)/metatools/src eu.bandm.tools.d2d2.rt Rt.umod
Cf. the pretty-printed UMod source text.
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 .