Uses of Enum Class
eu.bandm.tools.format.CompoundConstructor
Packages that use CompoundConstructor
Package
Description
Text layout and pretty printing.
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 TypeMethodDescriptionAppend.constructor()Beneath.constructor()Beside.constructor()Block.constructor()Comment.constructor()Unsupported Operation.abstract CompoundConstructorCompound.constructor()Returns the reification of the constructor of this instance.Line.constructor()Tabular.constructor()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) Convenience method, creates a complex list display format for sequences ofFormats.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