note legal: "See notice at end of class." status: "See notice at end of class." keywords: "Eiffel test"; date: "93/08/30" class EW_KEYWORD_CONST feature -- Properties Abort_compile_keyword: STRING = "abort_compile" Ace_keyword: STRING = "ace" Config_keyword: STRING = "config" C_compile_final_keyword: STRING = "c_compile_final" C_compile_result_keyword: STRING = "c_compile_result" C_compile_work_keyword: STRING = "c_compile_work" Cleanup_compile_keyword: STRING = "cleanup_compile" Compare_keyword: STRING = "compare" Compile_final_keep_keyword: STRING = "compile_final_keep" Compile_final_keyword: STRING = "compile_final" Compile_frozen_keyword: STRING = "compile_frozen" Compile_melted_keyword: STRING = "compile_melted" Compile_quick_melted_keyword: STRING = "compile_quick_melted" Compile_precompiled_keyword: STRING = "compile_precompiled" Compile_result_keyword: STRING = "compile_result" Copy_bin_keyword: STRING = "copy_bin" Copy_raw_keyword: STRING = "copy_raw" Copy_sub_keyword: STRING = "copy_sub" Copy_file_keyword: STRING = "copy_file" Cpu_limit_keyword: STRING = "cpu_limit" Define_directory_keyword: STRING = "define_directory" Define_file_keyword: STRING = "define_file" Define_keyword: STRING = "define" Delete_keyword: STRING = "delete" Execute_final_keyword: STRING = "execute_final" Execute_result_keyword: STRING = "execute_result" Execute_work_keyword: STRING = "execute_work" Exit_compile_keyword: STRING = "exit_compile" If_keyword: STRING = "if" Include_keyword: STRING = "include" Not_keyword: STRING = "not" Resume_compile_keyword: STRING = "resume_compile" Setenv_keyword: STRING = "setenv" Source_path_keyword: STRING = "source_path" System_keyword: STRING = "system" Test_description_keyword: STRING = "test_description" Test_end_keyword: STRING = "test_end" Test_keyword: STRING = "test" Test_63_keyword: STRING = "test_63" Test_name_keyword: STRING = "test_name" Undefine_keyword: STRING = "undefine" Unknown_keyword: STRING = "unknown"; note copyright: "[ Copyright (c) 1984-2007, University of Southern California and contributors. All rights reserved. ]" license: "Your use of this work is governed under the terms of the GNU General Public License version 2" copying: "[ This file is part of the EiffelWeasel Eiffel Regression Tester. The EiffelWeasel Eiffel Regression Tester is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. The EiffelWeasel Eiffel Regression Tester is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details. You should have received a copy of the GNU General Public License version 2 along with the EiffelWeasel Eiffel Regression Tester if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ]" end