Uses of Class
eu.bandm.tools.format.Format.Compound
Packages that use Format.Compound
Package
Description
Text layout and pretty printing,
see the user documentation.
Tools to debug
Format expressions-
Uses of Format.Compound in eu.bandm.tools.format
Subclasses of Format.Compound in eu.bandm.tools.formatModifier and TypeClassDescriptionstatic classPrints contained sub-formats always horizontally adjacent.static classPrints its sub-formats vertically aligned one beneath the other.static classPrints all sub-formats directly adjacent, even if they are multi-line.static classPrints all sub-formats in the same line as long as possible, and starts a new line for every sub-format which would (probably) exceeded the page width.static classArranges all sub-formats with leading asterisks, like a javadoc comment.static classPrints all sub-formats in the same horizional line if this is possible within the page width, otherwise it prints all sub-formats in one vertical line.static classRealizes one(1) line of a table, and prints sub-formats starting in the (FIXME relative ??) column indicated by the value of theirindent(int).Methods in eu.bandm.tools.format that return Format.CompoundModifier and TypeMethodDescriptionFormat.Compound.indent(int i) abstract Format.CompoundCreates a new instance of the same class as this, with sub-formats altered by the given consumer function.Methods in eu.bandm.tools.format with parameters of type Format.CompoundModifier and TypeMethodDescriptionvoidFormat.Matcher.action(Format.Compound f) voidFormat.Rewriter.action(Format.Compound f) voidFormat.Visitor.action(Format.Compound f) default voidFormat.Matcher.match(Format.Compound f) protected voidFormat.NonFormatPrinter.printWithSpace(Format.Compound f) Aux routine: visit all sub formats of a Compound, separated by one blank. -
Uses of Format.Compound in eu.bandm.tools.formatDiagnosis
Methods in eu.bandm.tools.formatDiagnosis with parameters of type Format.Compound