home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / ppcsmalleiffel / lib_se / unique_string_list.e < prev    next >
Encoding:
Text File  |  1998-01-16  |  8.8 KB  |  182 lines

  1. --          This file is part of SmallEiffel The GNU Eiffel Compiler.
  2. --          Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE
  3. --            Dominique COLNET and Suzanne COLLIN - colnet@loria.fr 
  4. --                       http://www.loria.fr/SmallEiffel
  5. -- SmallEiffel is  free  software;  you can  redistribute it and/or modify it 
  6. -- under the terms of the GNU General Public License as published by the Free
  7. -- Software  Foundation;  either  version  2, or (at your option)  any  later 
  8. -- version. SmallEiffel is distributed in the hope that it will be useful,but
  9. -- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. -- or  FITNESS FOR A PARTICULAR PURPOSE.   See the GNU General Public License 
  11. -- for  more  details.  You  should  have  received a copy of the GNU General 
  12. -- Public  License  along  with  SmallEiffel;  see the file COPYING.  If not,
  13. -- write to the  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  14. -- Boston, MA 02111-1307, USA.
  15. --
  16. deferred class UNIQUE_STRING_LIST
  17.    -- 
  18.    -- The initial set of STRING in UNIQUE_STRING.
  19.    --
  20.  
  21. feature {NONE} -- Class names :
  22.  
  23.    us_any:              STRING is "ANY";
  24.    us_array:            STRING is "ARRAY";
  25.    us_bit:              STRING is "BIT";
  26.    us_bit_n:            STRING is "BIT_N";
  27.    us_bit_n_ref:        STRING is "BIT_N_REF";
  28.    us_boolean:          STRING is "BOOLEAN";
  29.    us_boolean_ref:      STRING is "BOOLEAN_REF";
  30.    us_character:        STRING is "CHARACTER";
  31.    us_character_ref:    STRING is "CHARACTER_REF";
  32.    us_dictionary:       STRING is "DICTIONARY";
  33.    us_double:           STRING is "DOUBLE";
  34.    us_double_ref:       STRING is "DOUBLE_REF";
  35.    us_fixed_array:      STRING is "FIXED_ARRAY";
  36.    us_general:          STRING is "GENERAL";
  37.    us_integer:          STRING is "INTEGER";
  38.    us_integer_ref:      STRING is "INTEGER_REF";
  39.    us_memory:           STRING is "MEMORY";
  40.    us_native_array:     STRING is "NATIVE_ARRAY";
  41.    us_none:             STRING is "NONE";
  42.    us_platform:         STRING is "PLATFORM";
  43.    us_pointer:          STRING is "POINTER";
  44.    us_pointer_ref:      STRING is "POINTER_REF";
  45.    us_real:             STRING is "REAL";
  46.    us_real_ref:         STRING is "REAL_REF";
  47.    us_string:           STRING is "STRING";
  48.    us_std_file_read:    STRING is "STD_FILE_READ";
  49.  
  50. feature {NONE} -- Operator/Infix/Prefix list :
  51.  
  52.    us_and:                   STRING is "and";
  53.    us_and_then:              STRING is "and then";
  54.    us_at:                    STRING is "@";
  55.    us_backslash_backslash:   STRING is "\\";
  56.    us_eq:                    STRING is "=";
  57.    us_ge:                    STRING is ">=";
  58.    us_gt:                    STRING is ">";
  59.    us_implies:               STRING is "implies";
  60.    us_le:                    STRING is "<=";
  61.    us_lt:                    STRING is "<";
  62.    us_minus:                 STRING is "-";
  63.    us_muls:                  STRING is "*";
  64.    us_neq:                   STRING is "/=";
  65.    us_not:                     STRING is "not";
  66.    us_or:                    STRING is "or";
  67.    us_or_else:               STRING is "or else";
  68.    us_plus:                  STRING is "+";
  69.    us_pow:                   STRING is "^";
  70.    us_shift_left:            STRING is "@<<";
  71.    us_shift_right:           STRING is "@>>";
  72.    us_slash:                 STRING is "/";
  73.    us_slash_slash:           STRING is "//";
  74.    us_std_neq:               STRING is "#";
  75.    us_xor:                   STRING is "xor"; 
  76.  
  77. feature {NONE} -- Feature names :
  78.  
  79.    us_blank:                    STRING is "blank";
  80.    us_bitn:                     STRING is "bit_n";
  81.    us_boolean_bits:             STRING is "Boolean_bits";
  82.    us_calloc:                   STRING is "calloc";
  83.    us_capacity:                 STRING is "capacity";
  84.    us_character_bits:           STRING is "Character_bits";
  85.    us_clear_all:                STRING is "clear_all";
  86.    us_compile_to_c:             STRING is "compile_to_c";
  87.    us_compile_to_jvm:           STRING is "compile_to_jvm";
  88.    us_count:                    STRING is "count";
  89.    us_crash:                    STRING is "crash";
  90.    us_code:                     STRING is "code";
  91.    us_conforms_to:              STRING is "conforms_to";
  92.    us_copy:                     STRING is "copy";
  93.    us_c_inline_c:               STRING is "c_inline_c";
  94.    us_c_inline_h:               STRING is "c_inline_h";
  95.    us_double_bits:              STRING is "Double_bits";
  96.    us_double_floor:             STRING is "double_floor";
  97.    us_die_with_code:            STRING is "die_with_code";
  98.    us_element_sizeof:           STRING is "element_sizeof";
  99.    us_eof_code:                 STRING is "eof_code";
  100.    us_fclose:                   STRING is "fclose";
  101.    us_feof:                     STRING is "feof";
  102.    us_floor:                    STRING is "floor";
  103.    us_flush_stream:             STRING is "flush_stream";
  104.    us_free:                     STRING is "free";
  105.    us_from_pointer:             STRING is "from_pointer";
  106.    us_generating_type:          STRING is "generating_type";
  107.    us_generator:                STRING is "generator";
  108.    us_io:                       STRING is "io";
  109.    us_integer_bits:             STRING is "Integer_bits";
  110.    us_is_basic_expanded_type:   STRING is "is_basic_expanded_type";
  111.    us_is_expanded_type:         STRING is "is_expanded_type";
  112.    us_is_equal:                 STRING is "is_equal";
  113.    us_is_not_void:              STRING is "is_not_void";
  114.    us_item:                     STRING is "item";
  115.    us_lower:                    STRING is "lower";
  116.    us_malloc:                   STRING is "malloc";
  117.    us_make:                     STRING is "make";
  118.    us_minimum_character_code:   STRING is "Minimum_character_code";
  119.    us_minimum_double:           STRING is "Minimum_double";
  120.    us_minimum_integer:          STRING is "Minimum_integer";
  121.    us_minimum_real:             STRING is "Minimum_real";
  122.    us_maximum_character_code:   STRING is "Maximum_character_code";
  123.    us_maximum_double:           STRING is "Maximum_double";
  124.    us_maximum_integer:          STRING is "Maximum_integer";
  125.    us_maximum_real:             STRING is "Maximum_real";
  126.    us_object_size:              STRING is "object_size";
  127.    us_pointer_bits:             STRING is "Pointer_bits";
  128.    us_pointer_size:             STRING is "pointer_size";
  129.    us_print:                    STRING is "print";
  130.    us_print_on:                 STRING is "print_on";
  131.    us_print_run_time_stack:     STRING is "print_run_time_stack";
  132.    us_put:                      STRING is "put";
  133.    us_put_0:                    STRING is "put_0";
  134.    us_put_1:                    STRING is "put_1";
  135.    us_read_byte:                STRING is "read_byte";
  136.    us_real_bits:                STRING is "Real_bits";
  137.    us_realloc:                  STRING is "realloc";
  138.    us_se_argc:                  STRING is "se_argc";
  139.    us_se_argv:                  STRING is "se_argv";
  140.    us_se_getenv:                STRING is "se_getenv";
  141.    us_se_remove:                STRING is "se_remove";
  142.    us_se_rename:                STRING is "se_rename";
  143.    us_se_string2double:         STRING is "se_string2double";
  144.    us_se_system:                STRING is "se_system";
  145.    us_sfr_open:                 STRING is "sfr_open";
  146.    us_sfw_open:                 STRING is "sfw_open";
  147.    us_sprintf_double:           STRING is "sprintf_double";
  148.    us_sprintf_pointer:          STRING is "sprintf_pointer";
  149.    us_standard_copy:            STRING is "standard_copy";
  150.    us_standard_is_equal:        STRING is "standard_is_equal";
  151.    us_standard_twin:            STRING is "standard_twin";
  152.    us_stderr:                   STRING is "stderr";
  153.    us_stdin:                    STRING is "stdin";
  154.    us_stdout:                   STRING is "stdout";
  155.    us_std_error:                STRING is "std_error";
  156.    us_std_input:                STRING is "std_input";
  157.    us_std_output:               STRING is "std_output";
  158.    us_storage:                  STRING is "storage";
  159.    us_to_bit:                   STRING is "to_bit";
  160.    us_to_character:             STRING is "to_character";
  161.    us_to_double:                STRING is "to_double";
  162.    us_to_integer:               STRING is "to_integer";
  163.    us_to_pointer:               STRING is "to_pointer";
  164.    us_to_real:                  STRING is "to_real";
  165.    us_trace_switch:             STRING is "trace_switch";
  166.    us_truncated_to_integer:     STRING is "truncated_to_integer";
  167.    us_twin:                     STRING is "twin";
  168.    us_upper:                    STRING is "upper";
  169.    us_with_capacity:            STRING is "with_capacity";
  170.    us_write_byte:               STRING is "write_byte";
  171.  
  172. feature {NONE} -- Other names :
  173.  
  174.    us_current:                 STRING is "Current";
  175.    us_native_array_character:  STRING is "NATIVE_ARRAY[CHARACTER]";
  176.    us_like_current:            STRING is "like Current";
  177.    us_result:                  STRING is "Result";
  178.    us_void:                    STRING is "Void";
  179.  
  180. end -- UNIQUE_STRING_LIST
  181.  
  182.