Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class ARGUMENT_NATURAL_SWITCH General cluster: obsolete_arg_parser description: "A command line switch that accepts a value in the form of an natural." create: make, make_hidden, make_with_range, make_hidden_with_range Ancestors ARGUMENT_VALUE_SWITCH Queries allow_multiple: BOOLEAN arg_description: STRING_8 arg_name: STRING_8 description: STRING_8 has_short_name: BOOLEAN hash_code: INTEGER_32 id: STRING_8 is_hashable: BOOLEAN is_hidden: BOOLEAN is_special: BOOLEAN is_valid_id (a_id: READABLE_STRING_8): BOOLEAN is_value_optional: BOOLEAN long_name: READABLE_STRING_8 lower_case_id: STRING_8 max: NATURAL_64 min: NATURAL_64 name: READABLE_STRING_8 optional: BOOLEAN short_name: CHARACTER_8 Commands set_range (a_min: [like min] NATURAL_64; a_max: [like max] NATURAL_64) Constraints min less than max
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org