public static class Rt.__Formatter extends Rt.MATCH_ONLY_00
format()
in
the various model element classes, or Rt.toFormat(Object)
in the main model class. This
class works only in the background.Modifier and Type | Field and Description |
---|---|
protected static Format |
CONST_0 |
protected static Format |
CONST_1 |
protected static Format |
CONST_2 |
protected static Format |
CONST_3 |
protected static Format |
CONST_4 |
int |
default_indent |
protected static Format |
format_empty |
int |
mode |
static String |
nulltext |
static Function<Object,Format> |
process |
protected Format |
result |
_visitor_debug_stream, partial
Constructor and Description |
---|
__Formatter() |
Modifier and Type | Method and Description |
---|---|
protected Format |
__throwIt() |
protected void |
action(Rt.Definition el) |
protected void |
action(Rt.Report el) |
protected void |
action(Rt.TemplateEntry el) |
protected void |
action(Rt.TemplatesByKind el) |
protected void |
action(Rt.TemplatesByPrior el) |
protected void |
defaultformat(Object e0) |
protected void |
foreignObject(Object e0)
Delivers a Format for an object of any class.
|
protected int |
getKey() |
protected Format |
matchChecked(Object e0) |
protected Format |
matchCheckedString(String e0) |
void |
nomatch(Object e0) |
static Format |
process(Object e0) |
protected Format |
toFormat(Object e0) |
protected Format |
toFormat(Rt.Definition el) |
protected Format |
toFormat(Rt.Report el) |
protected Format |
toFormat(Rt.TemplateEntry el) |
protected Format |
toFormat(Rt.TemplatesByKind el) |
protected Format |
toFormat(Rt.TemplatesByPrior el) |
public static String nulltext
public int default_indent
public int mode
protected static final Format format_empty
protected Format result
protected static final Format CONST_0
protected static final Format CONST_1
protected static final Format CONST_2
protected static final Format CONST_3
protected static final Format CONST_4
protected int getKey()
protected void foreignObject(Object e0)
foreignObject
in class Rt.MATCH_ONLY_00
public void nomatch(Object e0)
nomatch
in class Rt.MATCH_ONLY_00
protected void defaultformat(Object e0)
protected Format __throwIt()
protected Format toFormat(Rt.TemplatesByPrior el)
protected void action(Rt.TemplatesByPrior el)
action
in class Rt.MATCH_ONLY_00
protected void action(Rt.Report el)
action
in class Rt.MATCH_ONLY_00
protected Format toFormat(Rt.TemplatesByKind el)
protected void action(Rt.TemplatesByKind el)
action
in class Rt.MATCH_ONLY_00
protected Format toFormat(Rt.Definition el)
protected void action(Rt.Definition el)
action
in class Rt.MATCH_ONLY_00
protected Format toFormat(Rt.TemplateEntry el)
protected void action(Rt.TemplateEntry el)
action
in class Rt.MATCH_ONLY_00
see also the complete user documentation .