Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
class FORMAT_INTEGER General cluster: base.support description: "Formatter for integral numbers" create: make Ancestors ANY Queries bracketted_negative: BOOLEAN centered: BOOLEAN fill_character: CHARACTER formatted (i: INTEGER): STRING ignore_sign: BOOLEAN justification: INTEGER leading_sign: BOOLEAN left_justified: BOOLEAN no_separator: BOOLEAN not_justified: BOOLEAN right_justified: BOOLEAN separator: CHARACTER show_sign: BOOLEAN show_sign_negative: BOOLEAN show_sign_positive: BOOLEAN sign_format: INTEGER sign_string: STRING trailing_sign: BOOLEAN width: INTEGER Commands asterisk_fill blank_fill bracket_negative center_justify comma_separate dollar_fill dot_separate left_justify make (w: INTEGER) no_justify remove_separator right_justify set_fill (c: CHARACTER) set_separator (c: CHARACTER) set_sign (s: STRING) set_width (w: INTEGER) sign_cr_dr sign_dr_cr sign_floating_dollar sign_floating_dollar_signed sign_ignore sign_leading sign_negative_only sign_normal sign_positive_only sign_show sign_trailing unbracket_negative underscore_separate zero_fill Constraints sign string constraint wide enough
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com