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 CompoundConstructorFormat.Compound.constructor()Delivers the reification of the constructor.Format.Line.constructor()Format.Tabular.constructor()Unsupported Operation.static CompoundConstructorReturns 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 FormatFormats.list(Format open, CompoundConstructor outerCombinator, Format delim, CompoundConstructor innerCombinator, Format close, Format... formats) static FormatFormats.list(Format open, CompoundConstructor outerCombinator, Format delim, CompoundConstructor innerCombinator, Format close, Iterable<? extends Format> formats) static FormatFormats.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 ofFormats. -
Uses of CompoundConstructor in eu.bandm.tools.formatfrontends
Fields in eu.bandm.tools.formatfrontends declared as CompoundConstructorModifier and TypeFieldDescriptionprotected CompoundConstructorGenericCompiler.Subformat.foldcommandprotected CompoundConstructorGenericCompiler.Subformat.outerfoldcommandMethods in eu.bandm.tools.formatfrontends with parameters of type CompoundConstructor