public class __Formatter extends MATCH_ONLY_00
format() in
the various model element classes, or TScore.toFormat(Object) in the main model class. This
class works only in the background.| Modifier and Type | Field and Description |
|---|---|
int |
default_indent |
protected static Format |
format_empty |
int |
mode |
static String |
nulltext |
protected Format |
result |
_visitor_debug_stream, partial| Constructor and Description |
|---|
__Formatter() |
| Modifier and Type | Method and Description |
|---|---|
protected Format |
__throwIt() |
protected void |
action(Container el) |
protected void |
action(Event el) |
protected void |
action(EventSet el) |
protected void |
action(Part el) |
protected void |
action(TDivision el) |
protected void |
action(TimeScape el) |
protected void |
action(Tp el) |
protected void |
action(TpSub el) |
protected void |
action(TpTop el) |
protected void |
action(Vox 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(Container el) |
protected Format |
toFormat(Event el) |
protected Format |
toFormat(EventSet el) |
protected Format |
toFormat(Object e0) |
protected Format |
toFormat(Part el) |
protected Format |
toFormat(TDivision el) |
protected Format |
toFormat(TimeScape el) |
protected Format |
toFormat(Tp el) |
protected Format |
toFormat(TpSub el) |
protected Format |
toFormat(TpTop el) |
protected Format |
toFormat(Vox el) |
public static String nulltext
public int default_indent
public int mode
protected static final Format format_empty
protected Format result
protected int getKey()
protected void foreignObject(Object e0)
foreignObject in class MATCH_ONLY_00public void nomatch(Object e0)
nomatch in class MATCH_ONLY_00protected void defaultformat(Object e0)
protected Format __throwIt()
protected void action(Container el)
action in class MATCH_ONLY_00protected void action(TimeScape el)
action in class MATCH_ONLY_00protected void action(Part el)
action in class MATCH_ONLY_00protected void action(Vox el)
action in class MATCH_ONLY_00protected void action(EventSet el)
action in class MATCH_ONLY_00protected void action(Event el)
action in class MATCH_ONLY_00protected void action(Tp el)
action in class MATCH_ONLY_00protected void action(TpTop el)
action in class MATCH_ONLY_00protected void action(TpSub el)
action in class MATCH_ONLY_00protected void action(TDivision el)
action in class MATCH_ONLY_00