Package | Description |
---|---|
eu.bandm.tools.format |
Text layout and pretty printing,
cf user documentation.
|
Modifier and Type | Class and Description |
---|---|
static class |
Format.BoundVariable
Variable identified by a number, resolved by un-named arguments
by counting their positions.
|
static class |
Format.FreeVariable
Variable indetified by a alphanumeric name which can be
bound explicitly.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Format.Matcher.action(Format.Variable f) |
void |
Format.Visitor.action(Format.Variable f) |
void |
Format.Rewriter.action(Format.Variable f) |
void |
Format.Matcher.match(Format.Variable f) |
see also the complete user documentation .