Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class IMMUTABLE_STRING_8 General cluster: elks description: "Sequences of immutable 8-bit characters, accessible through integer indices in a contiguous range." create: make, make_empty, make_filled, make_from_string, make_from_c, make_from_c_substring, make_from_c_byte_array, make_from_cil, make_from_separate, make_from_area_and_bounds Ancestors IMMUTABLE_STRING_GENERAL* READABLE_STRING_8* Queries as_lower: [like Current] IMMUTABLE_STRING_8 as_string_32: STRING_32 as_upper: [like Current] IMMUTABLE_STRING_8 at alias "@" (i: INTEGER_32): CHARACTER_8 capacity: INTEGER_32 case_insensitive_hash_code: INTEGER_32 character_32_has (c: [like character_32_item] CHARACTER_32): BOOLEAN character_32_index_of (c: [like character_32_item] CHARACTER_32; start_index: INTEGER_32): INTEGER_32 character_32_item (i: INTEGER_32): CHARACTER_32 character_32_last_index_of (c: [like character_32_item] CHARACTER_32; start_index_from_end: INTEGER_32): INTEGER_32 character_32_occurrences (c: CHARACTER_32): INTEGER_32 code (i: INTEGER_32): NATURAL_32 count: INTEGER_32 ends_with (s: READABLE_STRING_8): BOOLEAN ends_with_general (s: READABLE_STRING_GENERAL): BOOLEAN False_constant: STRING_8 fuzzy_index (other: READABLE_STRING_GENERAL; start, fuzz: INTEGER_32): INTEGER_32 has (c: CHARACTER_8): BOOLEAN has_code (c: [like code] NATURAL_32): BOOLEAN has_substring (other: READABLE_STRING_GENERAL): BOOLEAN hash_code: INTEGER_32 head (n: INTEGER_32): [like Current] IMMUTABLE_STRING_8 index_of (c: CHARACTER_8; start_index: INTEGER_32): INTEGER_32 index_of_code (c: [like code] NATURAL_32; start_index: INTEGER_32): INTEGER_32 is_boolean: BOOLEAN is_case_insensitive_equal (other: READABLE_STRING_8): BOOLEAN is_case_insensitive_equal_general (other: READABLE_STRING_GENERAL): BOOLEAN is_double: BOOLEAN is_empty: BOOLEAN is_equal (other: [like Current] IMMUTABLE_STRING_8): BOOLEAN is_greater alias ">" (other: [like Current] IMMUTABLE_STRING_8): BOOLEAN is_greater_equal alias ">=" alias "" (other: [like Current] IMMUTABLE_STRING_8): BOOLEAN is_hashable: BOOLEAN Is_immutable: BOOLEAN is_integer: BOOLEAN is_integer_16: BOOLEAN is_integer_32: BOOLEAN is_integer_64: BOOLEAN is_integer_8: BOOLEAN is_less alias "<" (other: [like Current] IMMUTABLE_STRING_8): BOOLEAN is_less_equal alias "<=" alias "" (other: [like Current] IMMUTABLE_STRING_8): BOOLEAN is_natural: BOOLEAN is_natural_16: BOOLEAN is_natural_32: BOOLEAN is_natural_64: BOOLEAN is_natural_8: BOOLEAN is_number_sequence: BOOLEAN is_real: BOOLEAN is_real_32: BOOLEAN is_real_64: BOOLEAN is_real_sequence: BOOLEAN Is_string_32: BOOLEAN Is_string_8: BOOLEAN is_substring_whitespace (start_index, end_index: INTEGER_32): BOOLEAN Is_valid_as_string_8: BOOLEAN is_whitespace: BOOLEAN item alias "[]" (i: INTEGER_32): CHARACTER_8 item_code (i: INTEGER_32): INTEGER_32 last_index_of (c: CHARACTER_8; start_index_from_end: INTEGER_32): INTEGER_32 last_index_of_code (c: [like code] NATURAL_32; start_index_from_end: INTEGER_32): INTEGER_32 linear_representation: LINEAR [CHARACTER_8] Lower: INTEGER_32 max alias "" (other: [like Current] IMMUTABLE_STRING_8): [like Current] IMMUTABLE_STRING_8 min alias "" (other: [like Current] IMMUTABLE_STRING_8): [like Current] IMMUTABLE_STRING_8 mirrored: [like Current] IMMUTABLE_STRING_8 new_character_32_cursor: STRING_ITERATION_CURSOR new_cursor: STRING_8_ITERATION_CURSOR occurrences (c: CHARACTER_8): INTEGER_32 out: STRING_8 plus alias "+" (s: READABLE_STRING_8): [like Current] IMMUTABLE_STRING_8 plus_general (s: READABLE_STRING_GENERAL): [like Current] IMMUTABLE_STRING_8 same_caseless_characters (other: READABLE_STRING_8; start_pos, end_pos, index_pos: INTEGER_32): BOOLEAN same_caseless_characters_general (other: READABLE_STRING_GENERAL; start_pos, end_pos, index_pos: INTEGER_32): BOOLEAN same_characters (other: READABLE_STRING_8; start_pos, end_pos, index_pos: INTEGER_32): BOOLEAN same_characters_general (other: READABLE_STRING_GENERAL; start_pos, end_pos, index_pos: INTEGER_32): BOOLEAN same_string (other: READABLE_STRING_8): BOOLEAN same_string_general (other: READABLE_STRING_GENERAL): BOOLEAN shared_substring (start_index, end_index: INTEGER_32): [like Current] IMMUTABLE_STRING_8 shared_with (other: READABLE_STRING_8): BOOLEAN split (a_separator: CHARACTER_32): LIST [[like Current] IMMUTABLE_STRING_8] starts_with (s: READABLE_STRING_8): BOOLEAN starts_with_general (s: READABLE_STRING_GENERAL): BOOLEAN string: STRING_8 string_representation: STRING_8 substring (start_index, end_index: INTEGER_32): [like Current] IMMUTABLE_STRING_8 substring_index (other: READABLE_STRING_GENERAL; start_index: INTEGER_32): INTEGER_32 substring_index_in_bounds (other: READABLE_STRING_GENERAL; start_pos, end_pos: INTEGER_32): INTEGER_32 tail (n: INTEGER_32): [like Current] IMMUTABLE_STRING_8 three_way_comparison alias "" (other: [like Current] IMMUTABLE_STRING_8): INTEGER_32 to_boolean: BOOLEAN to_cil: SYSTEM_STRING to_double: REAL_64 to_integer: INTEGER_32 to_integer_16: INTEGER_16 to_integer_32: INTEGER_32 to_integer_64: INTEGER_64 to_integer_8: INTEGER_8 to_natural: NATURAL_32 to_natural_16: NATURAL_16 to_natural_32: NATURAL_32 to_natural_64: NATURAL_64 to_natural_8: NATURAL_8 to_real: REAL_32 to_real_32: REAL_32 to_real_64: REAL_64 to_string_32: STRING_32 to_string_8: STRING_8 True_constant: STRING_8 valid_code (v: NATURAL_32): BOOLEAN valid_index (i: INTEGER_32): BOOLEAN Commands copy (other: [like Current] IMMUTABLE_STRING_8)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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