Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
note description: "Language (LANG) and sublanguage (SUBLANG) constants." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2017-04-20 06:00:43 -0800 (Thu, 20 Apr 2017) $" revision: "$Revision: 100241 $" class interface WEL_LANGUAGE_CONSTANTS create default_create -- Process instances of classes with no creation clause. -- (Default: do nothing.) -- (from ANY) feature -- Access generating_type: TYPE [detachable WEL_LANGUAGE_CONSTANTS] -- Type of current object -- (type of which it is a direct instance) -- (from ANY) ensure -- from ANY generating_type_not_void: Result /= Void generator: STRING_8 -- Name of current object's generating class -- (base class of the type of which it is a direct instance) -- (from ANY) ensure -- from ANY generator_not_void: Result /= Void generator_not_empty: not Result.is_empty Lang_afrikaans: INTEGER_32 = 54 -- Declared in Windows as LANG_AFRIKAANS Lang_albanian: INTEGER_32 = 28 -- Declared in Windows as LANG_ALBANIAN Lang_arabic: INTEGER_32 = 1 -- Declared in Windows as LANG_ARABIC Lang_basque: INTEGER_32 = 45 -- Declared in Windows as LANG_BASQUE Lang_belarusian: INTEGER_32 = 35 -- Declared in Windows as LANG_BELARUSIAN Lang_bulgarian: INTEGER_32 = 2 -- Declared in Windows as LANG_BULGARIAN Lang_catalan: INTEGER_32 = 3 -- Declared in Windows as LANG_CATALAN Lang_chinese: INTEGER_32 = 4 -- Declared in Windows as LANG_CHINESE Lang_croatian: INTEGER_32 = 26 -- Declared in Windows as LANG_CROATIAN Lang_czech: INTEGER_32 = 5 -- Declared in Windows as LANG_CZECH Lang_danish: INTEGER_32 = 6 -- Declared in Windows as LANG_DANISH Lang_dutch: INTEGER_32 = 19 -- Declared in Windows as LANG_DUTCH Lang_english: INTEGER_32 = 9 -- Declared in Windows as LANG_ENGLISH Lang_estonian: INTEGER_32 = 37 -- Declared in Windows as LANG_ESTONIAN Lang_faeroese: INTEGER_32 = 56 -- Declared in Windows as LANG_FAEROESE Lang_farsi: INTEGER_32 = 41 -- Declared in Windows as LANG_FARSI Lang_finnish: INTEGER_32 = 11 -- Declared in Windows as LANG_FINNISH Lang_french: INTEGER_32 = 12 -- Declared in Windows as LANG_FRENCH Lang_german: INTEGER_32 = 7 -- Declared in Windows as LANG_GERMAN Lang_greek: INTEGER_32 = 8 -- Declared in Windows as LANG_GREEK Lang_hebrew: INTEGER_32 = 13 -- Declared in Windows as LANG_HEBREW Lang_hungarian: INTEGER_32 = 14 -- Declared in Windows as LANG_HUNGARIAN Lang_icelandic: INTEGER_32 = 15 -- Declared in Windows as LANG_ICELANDIC Lang_indonesian: INTEGER_32 = 33 -- Declared in Windows as LANG_INDONESIAN Lang_italian: INTEGER_32 = 16 -- Declared in Windows as LANG_ITALIAN Lang_japanese: INTEGER_32 = 17 -- Declared in Windows as LANG_JAPANESE Lang_korean: INTEGER_32 = 18 -- Declared in Windows as LANG_KOREAN Lang_latvian: INTEGER_32 = 38 -- Declared in Windows as LANG_LATVIAN Lang_lithuanian: INTEGER_32 = 39 -- Declared in Windows as LANG_LITHUANIAN Lang_neutral: INTEGER_32 = 0 -- Declared in Windows as LANG_NEUTRAL Lang_norwegian: INTEGER_32 = 20 -- Declared in Windows as LANG_NORWEGIAN Lang_polish: INTEGER_32 = 21 -- Declared in Windows as LANG_POLISH Lang_portuguese: INTEGER_32 = 22 -- Declared in Windows as LANG_PORTUGUESE Lang_romanian: INTEGER_32 = 24 -- Declared in Windows as LANG_ROMANIAN Lang_russian: INTEGER_32 = 25 -- Declared in Windows as LANG_RUSSIAN Lang_serbian: INTEGER_32 = 26 -- Declared in Windows as LANG_SERBIAN Lang_slovak: INTEGER_32 = 27 -- Declared in Windows as LANG_SLOVAK Lang_slovenian: INTEGER_32 = 36 -- Declared in Windows as LANG_SLOVENIAN Lang_spanish: INTEGER_32 = 10 -- Declared in Windows as LANG_SPANISH Lang_swedish: INTEGER_32 = 29 -- Declared in Windows as LANG_SWEDISH Lang_thai: INTEGER_32 = 30 -- Declared in Windows as LANG_THAI Lang_turkish: INTEGER_32 = 31 -- Declared in Windows as LANG_TURKISH Lang_ukrainian: INTEGER_32 = 34 -- Declared in Windows as LANG_UKRAINIAN Lang_vietnamese: INTEGER_32 = 42 -- Declared in Windows as LANG_VIETNAMESE Sublang_arabic_algeria: INTEGER_32 = 5 -- Declared in Windows as SUBLANG_ARABIC_ALGERIA Sublang_arabic_bahrain: INTEGER_32 = 15 -- Declared in Windows as SUBLANG_ARABIC_BAHRAIN Sublang_arabic_egypt: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_ARABIC_EGYPT Sublang_arabic_iraq: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_ARABIC_IRAQ Sublang_arabic_jordan: INTEGER_32 = 11 -- Declared in Windows as SUBLANG_ARABIC_JORDAN Sublang_arabic_kuwait: INTEGER_32 = 13 -- Declared in Windows as SUBLANG_ARABIC_KUWAIT Sublang_arabic_lebanon: INTEGER_32 = 12 -- Declared in Windows as SUBLANG_ARABIC_LEBANON Sublang_arabic_libya: INTEGER_32 = 4 -- Declared in Windows as SUBLANG_ARABIC_LIBYA Sublang_arabic_morocco: INTEGER_32 = 6 -- Declared in Windows as SUBLANG_ARABIC_MOROCCO Sublang_arabic_oman: INTEGER_32 = 8 -- Declared in Windows as SUBLANG_ARABIC_OMAN Sublang_arabic_qatar: INTEGER_32 = 16 -- Declared in Windows as SUBLANG_ARABIC_QATAR Sublang_arabic_saudi_arabia: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_ARABIC_SAUDI_ARABIA Sublang_arabic_syria: INTEGER_32 = 10 -- Declared in Windows as SUBLANG_ARABIC_SYRIA Sublang_arabic_tunisia: INTEGER_32 = 7 -- Declared in Windows as SUBLANG_ARABIC_TUNISIA Sublang_arabic_uae: INTEGER_32 = 14 -- Declared in Windows as SUBLANG_ARABIC_UAE Sublang_arabic_yemen: INTEGER_32 = 9 -- Declared in Windows as SUBLANG_ARABIC_YEMEN Sublang_chinese_hongkong: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_CHINESE_HONGKONG Sublang_chinese_simplified: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_CHINESE_SIMPLIFIED Sublang_chinese_singapore: INTEGER_32 = 4 -- Declared in Windows as SUBLANG_CHINESE_SINGAPORE Sublang_chinese_traditional: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_CHINESE_TRADITIONAL Sublang_default: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_DEFAULT Sublang_dutch: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_DUTCH Sublang_dutch_belgian: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_DUTCH_BELGIAN Sublang_english_aus: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_ENGLISH_AUS Sublang_english_belize: INTEGER_32 = 10 -- Declared in Windows as SUBLANG_ENGLISH_BELIZE Sublang_english_can: INTEGER_32 = 4 -- Declared in Windows as SUBLANG_ENGLISH_CAN Sublang_english_caribbean: INTEGER_32 = 9 -- Declared in Windows as SUBLANG_ENGLISH_CARIBBEAN Sublang_english_eire: INTEGER_32 = 6 -- Declared in Windows as SUBLANG_ENGLISH_EIRE Sublang_english_jamaica: INTEGER_32 = 8 -- Declared in Windows as SUBLANG_ENGLISH_JAMAICA Sublang_english_nz: INTEGER_32 = 5 -- Declared in Windows as SUBLANG_ENGLISH_NZ Sublang_english_south_africa: INTEGER_32 = 7 -- Declared in Windows as SUBLANG_ENGLISH_SOUTH_AFRICA Sublang_english_trinidad: INTEGER_32 = 11 -- Declared in Windows as SUBLANG_ENGLISH_TRINIDAD Sublang_english_uk: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_ENGLISH_UK Sublang_english_us: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_ENGLISH_US Sublang_french: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_FRENCH Sublang_french_belgian: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_FRENCH_BELGIAN Sublang_french_canadian: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_FRENCH_CANADIAN Sublang_french_luxembourg: INTEGER_32 = 5 -- Declared in Windows as SUBLANG_FRENCH_LUXEMBOURG Sublang_french_swiss: INTEGER_32 = 4 -- Declared in Windows as SUBLANG_FRENCH_SWISS Sublang_german: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_GERMAN Sublang_german_austrian: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_GERMAN_AUSTRIAN Sublang_german_liechtenstein: INTEGER_32 = 5 -- Declared in Windows as SUBLANG_GERMAN_LIECHTENSTEIN Sublang_german_luxembourg: INTEGER_32 = 4 -- Declared in Windows as SUBLANG_GERMAN_LUXEMBOURG Sublang_german_swiss: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_GERMAN_SWISS Sublang_italian: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_ITALIAN Sublang_italian_swiss: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_ITALIAN_SWISS Sublang_korean: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_KOREAN Sublang_neutral: INTEGER_32 = 0 -- Declared in Windows as SUBLANG_NEUTRAL Sublang_norwegian_bokmal: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_NORWEGIAN_BOKMAL Sublang_norwegian_nynorsk: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_NORWEGIAN_NYNORSK Sublang_portuguese: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_PORTUGUESE Sublang_portuguese_brazilian: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_PORTUGUESE_BRAZILIAN Sublang_serbian_cyrillic: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_SERBIAN_CYRILLIC Sublang_serbian_latin: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_SERBIAN_LATIN Sublang_spanish: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_SPANISH Sublang_spanish_argentina: INTEGER_32 = 11 -- Declared in Windows as SUBLANG_SPANISH_ARGENTINA Sublang_spanish_bolivia: INTEGER_32 = 16 -- Declared in Windows as SUBLANG_SPANISH_BOLIVIA Sublang_spanish_chile: INTEGER_32 = 13 -- Declared in Windows as SUBLANG_SPANISH_CHILE Sublang_spanish_colombia: INTEGER_32 = 9 -- Declared in Windows as SUBLANG_SPANISH_COLOMBIA Sublang_spanish_costa_rica: INTEGER_32 = 5 -- Declared in Windows as SUBLANG_SPANISH_COSTA_RICA Sublang_spanish_dominican_republic: INTEGER_32 = 7 -- Declared in Windows as SUBLANG_SPANISH_DOMINICAN_REPUBLIC Sublang_spanish_ecuador: INTEGER_32 = 12 -- Declared in Windows as SUBLANG_SPANISH_ECUADOR Sublang_spanish_el_salvador: INTEGER_32 = 17 -- Declared in Windows as SUBLANG_SPANISH_EL_SALVADOR Sublang_spanish_guatemala: INTEGER_32 = 4 -- Declared in Windows as SUBLANG_SPANISH_GUATEMALA Sublang_spanish_honduras: INTEGER_32 = 18 -- Declared in Windows as SUBLANG_SPANISH_HONDURAS Sublang_spanish_mexican: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_SPANISH_MEXICAN Sublang_spanish_modern: INTEGER_32 = 3 -- Declared in Windows as SUBLANG_SPANISH_MODERN Sublang_spanish_nicaragua: INTEGER_32 = 19 -- Declared in Windows as SUBLANG_SPANISH_NICARAGUA Sublang_spanish_panama: INTEGER_32 = 6 -- Declared in Windows as SUBLANG_SPANISH_PANAMA Sublang_spanish_paraguay: INTEGER_32 = 15 -- Declared in Windows as SUBLANG_SPANISH_PARAGUAY Sublang_spanish_peru: INTEGER_32 = 10 -- Declared in Windows as SUBLANG_SPANISH_PERU Sublang_spanish_puerto_rico: INTEGER_32 = 20 -- Declared in Windows as SUBLANG_SPANISH_PUERTO_RICO Sublang_spanish_uruguay: INTEGER_32 = 14 -- Declared in Windows as SUBLANG_SPANISH_URUGUAY Sublang_spanish_venezuela: INTEGER_32 = 8 -- Declared in Windows as SUBLANG_SPANISH_VENEZUELA Sublang_swedish: INTEGER_32 = 1 -- Declared in Windows as SUBLANG_SWEDISH Sublang_swedish_finland: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_SWEDISH_FINLAND Sublang_sys_default: INTEGER_32 = 2 -- Declared in Windows as SUBLANG_SYS_DEFAULT feature -- Comparison frozen deep_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void -- or attached to isomorphic object structures? -- (from ANY) ensure -- from ANY instance_free: class shallow_implies_deep: standard_equal (a, b) implies Result both_or_none_void: (a = Void) implies (Result = (b = Void)) same_type: (Result and (a /= Void)) implies (b /= Void and then a.same_type (b)) symmetric: Result implies deep_equal (b, a) frozen equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached -- to objects considered equal? -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.is_equal (b)) frozen is_deep_equal alias "≡≡≡" (other: WEL_LANGUAGE_CONSTANTS): BOOLEAN -- Are Current and other attached to isomorphic object structures? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY shallow_implies_deep: standard_is_equal (other) implies Result same_type: Result implies same_type (other) symmetric: Result implies other.is_deep_equal (Current) is_equal (other: WEL_LANGUAGE_CONSTANTS): BOOLEAN -- Is other attached to an object considered -- equal to current object? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY symmetric: Result implies other ~ Current consistent: standard_is_equal (other) implies Result frozen standard_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached to -- field-by-field identical objects of the same type? -- Always uses default object comparison criterion. -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.standard_is_equal (b)) frozen standard_is_equal alias "" (other: WEL_LANGUAGE_CONSTANTS): BOOLEAN -- Is other attached to an object of the same type -- as current object, and field-by-field identical to it? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY same_type: Result implies same_type (other) symmetric: Result implies other.standard_is_equal (Current) feature -- Status report conforms_to (other: ANY): BOOLEAN -- Does type of current object conform to type -- of other (as per Eiffel: The Language, chapter 13)? -- (from ANY) require -- from ANY other_not_void: other /= Void same_type (other: ANY): BOOLEAN -- Is type of current object identical to type of other? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY definition: Result = (conforms_to (other) and other.conforms_to (Current)) feature -- Duplication copy (other: WEL_LANGUAGE_CONSTANTS) -- Update current object using fields of object attached -- to other, so as to yield equal objects. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_equal: Current ~ other frozen deep_copy (other: WEL_LANGUAGE_CONSTANTS) -- Effect equivalent to that of: -- `copy` (other . `deep_twin`) -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY deep_equal: deep_equal (Current, other) frozen deep_twin: WEL_LANGUAGE_CONSTANTS -- New object structure recursively duplicated from Current. -- (from ANY) ensure -- from ANY deep_twin_not_void: Result /= Void deep_equal: deep_equal (Current, Result) frozen standard_copy (other: WEL_LANGUAGE_CONSTANTS) -- Copy every field of other onto corresponding field -- of current object. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_standard_equal: standard_is_equal (other) frozen standard_twin: WEL_LANGUAGE_CONSTANTS -- New object field-by-field identical to other. -- Always uses default copying semantics. -- (from ANY) ensure -- from ANY standard_twin_not_void: Result /= Void equal: standard_equal (Result, Current) frozen twin: WEL_LANGUAGE_CONSTANTS -- New object equal to Current -- `twin` calls `copy`; to change copying/twinning semantics, redefine `copy`. -- (from ANY) ensure -- from ANY twin_not_void: Result /= Void is_equal: Result ~ Current feature -- Basic operations frozen default: detachable WEL_LANGUAGE_CONSTANTS -- Default value of object's type -- (from ANY) frozen default_pointer: POINTER -- Default value of type POINTER -- (Avoid the need to write p.`default` for -- some p of type POINTER.) -- (from ANY) ensure -- from ANY instance_free: class default_rescue -- Process exception for routines with no Rescue clause. -- (Default: do nothing.) -- (from ANY) frozen do_nothing -- Execute a null action. -- (from ANY) ensure -- from ANY instance_free: class feature -- Output Io: STD_FILES -- Handle to standard file setup -- (from ANY) ensure -- from ANY instance_free: class io_not_void: Result /= Void out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY out_not_void: Result /= Void print (o: detachable ANY) -- Write terse external representation of o -- on standard output. -- (from ANY) ensure -- from ANY instance_free: class frozen tagged_out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY tagged_out_not_void: Result /= Void feature -- Platform Operating_environment: OPERATING_ENVIRONMENT -- Objects available from the operating system -- (from ANY) ensure -- from ANY instance_free: class operating_environment_not_void: Result /= Void invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) note copyright: "Copyright (c) 1984-2017, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class WEL_LANGUAGE_CONSTANTS
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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