Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class I18N_DUMMY_DICTIONARY General cluster: dictionary description: "Implementation of DICTIONARY that stores no strings at all. Used if no translation is found" create: make Ancestors I18N_DICTIONARY* Queries Count: INTEGER_32 has (original: READABLE_STRING_GENERAL): BOOLEAN has_in_context (original_singular: READABLE_STRING_GENERAL; a_context: detachable READABLE_STRING_GENERAL): BOOLEAN has_plural (original_singular, original_plural: READABLE_STRING_GENERAL; plural_number: INTEGER_32): BOOLEAN has_plural_in_context (original_singular, original_plural: READABLE_STRING_GENERAL; plural_number: INTEGER_32; a_context: detachable READABLE_STRING_GENERAL): BOOLEAN id_from_original_and_context (a_original: READABLE_STRING_GENERAL; a_context: detachable READABLE_STRING_GENERAL): STRING_32 plural (original_singular, original_plural: READABLE_STRING_GENERAL; plural_number: INTEGER_32): detachable STRING_32 plural_form: INTEGER_32 plural_in_context (original_singular, original_plural: READABLE_STRING_GENERAL; plural_number: INTEGER_32; a_context: detachable READABLE_STRING_GENERAL): detachable STRING_32 Plural_tools: I18N_PLURAL_TOOLS singular (original: READABLE_STRING_GENERAL): detachable STRING_32 singular_in_context (original_singular: READABLE_STRING_GENERAL; a_context: detachable READABLE_STRING_GENERAL): detachable STRING_32 Commands extend (entry: I18N_DICTIONARY_ENTRY)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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