Uses of Enum Class
eu.bandm.tools.format.CompoundConstructor
Package
Description
Text layout and pretty printing,
see the user documentation.
Generate format generating code (or formats dynamically) controlled by the
format description language.
-
Uses of CompoundConstructor in eu.bandm.tools.format
Modifier and TypeMethodDescriptionFormat.Append.constructor()
Format.Beneath.constructor()
Format.Beside.constructor()
Format.Block.constructor()
Format.Comment.constructor()
Unsupported Operation.(package private) abstract CompoundConstructor
Format.Compound.constructor()
Delivers the reification of the constructor.Format.Line.constructor()
Format.Tabular.constructor()
Unsupported Operation.static CompoundConstructor
Returns the enum constant of this class with the specified name.static CompoundConstructor[]
CompoundConstructor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Format
Formats.list
(Format open, CompoundConstructor outerCombinator, Format delim, CompoundConstructor innerCombinator, Format close, Format... formats) static Format
Formats.list
(Format open, CompoundConstructor outerCombinator, Format delim, CompoundConstructor innerCombinator, Format close, Iterable<? extends Format> formats) static Format
Formats.list
(Format open, CompoundConstructor outerCombinator, Format delim, CompoundConstructor innerCombinator, Format close, List<? extends Format> formats) Convenience method, creates a complex list display format for sequences ofFormat
s. -
Uses of CompoundConstructor in eu.bandm.tools.formatfrontends
Modifier and TypeFieldDescriptionprotected CompoundConstructor
GenericCompiler.Subformat.foldcommand
protected CompoundConstructor
GenericCompiler.Subformat.outerfoldcommand