Uses of Enum Class
eu.bandm.tools.format.CompoundConstructor
Packages that use 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
Methods in eu.bandm.tools.format that return CompoundConstructorModifier 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.Methods in eu.bandm.tools.format with parameters of type CompoundConstructorModifier 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
Fields in eu.bandm.tools.formatfrontends declared as CompoundConstructorModifier and TypeFieldDescriptionprotected CompoundConstructor
GenericCompiler.Subformat.foldcommand
protected CompoundConstructor
GenericCompiler.Subformat.outerfoldcommand
Methods in eu.bandm.tools.formatfrontends with parameters of type CompoundConstructor