Package | Description |
---|---|
eu.bandm.tools.format |
Text layout and pretty printing,
cf user documentation.
|
eu.bandm.tools.formatfrontends |
Generate format generating code (or formats dynamically) controlled by the
format description language.
|
Modifier and Type | Method and Description |
---|---|
static CompoundConstructor |
CompoundConstructor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompoundConstructor[] |
CompoundConstructor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Format |
Format.list(Format open,
CompoundConstructor outerCombinator,
Format delim,
CompoundConstructor innerCombinator,
Format close,
Format... formats)
|
static Format |
Format.list(Format open,
CompoundConstructor outerCombinator,
Format delim,
CompoundConstructor innerCombinator,
Format close,
Iterable<? extends Format> formats)
|
static Format |
Format.list(Format open,
CompoundConstructor outerCombinator,
Format delim,
CompoundConstructor innerCombinator,
Format close,
List<Format> formats)
Convenience method, creates a complex format for
sequences of
Format a. |
Modifier and Type | Field and Description |
---|---|
protected CompoundConstructor |
GenericCompiler.Subformat.foldcommand |
protected CompoundConstructor |
GenericCompiler.Subformat.outerfoldcommand |
Modifier and Type | Method and Description |
---|---|
protected Format |
GenericCompiler.refer(CompoundConstructor c) |
see also the complete user documentation .