public static class Format.Rewriter extends Format.Matcher
Constructor and Description |
---|
Rewriter() |
Modifier and Type | Method and Description |
---|---|
void |
action(Format.Annotated f) |
void |
action(Format.Append f) |
void |
action(Format.Beneath f) |
void |
action(Format.Beside f) |
void |
action(Format.Block f) |
void |
action(Format.BoundVariable f) |
void |
action(Format.Compound f) |
void |
action(Format.Empty f) |
void |
action(Format.FreeVariable f) |
void |
action(Format.Line f) |
void |
action(Format.Literal f) |
void |
action(Format.Markup f) |
void |
action(Format.MayBreak f) |
void |
action(Format.Prior f) |
void |
action(Format.Space f) |
void |
action(Format.Subst f) |
void |
action(Format.Tabular f) |
void |
action(Format.Variable f) |
void |
action(Format f) |
void |
action(Object o) |
Format |
rewrite(Format f) |
protected Format result
public void action(Object o)
action
in class Format.Matcher
public void action(Format f)
action
in class Format.Matcher
public void action(Format.Compound f)
action
in class Format.Matcher
public void action(Format.Append f)
action
in class Format.Matcher
public void action(Format.MayBreak f)
action
in class Format.Matcher
public void action(Format.Beneath f)
action
in class Format.Matcher
public void action(Format.Beside f)
action
in class Format.Matcher
public void action(Format.Block f)
action
in class Format.Matcher
public void action(Format.Line f)
action
in class Format.Matcher
public void action(Format.Tabular f)
action
in class Format.Matcher
public void action(Format.Empty f)
action
in class Format.Matcher
public void action(Format.Literal f)
action
in class Format.Matcher
public void action(Format.Markup f)
action
in class Format.Matcher
public void action(Format.Prior f)
action
in class Format.Matcher
public void action(Format.Space f)
action
in class Format.Matcher
public void action(Format.Annotated f)
action
in class Format.Matcher
public void action(Format.Subst f)
action
in class Format.Matcher
public void action(Format.Variable f)
action
in class Format.Matcher
public void action(Format.BoundVariable f)
action
in class Format.Matcher
public void action(Format.FreeVariable f)
action
in class Format.Matcher
see also the complete user documentation .