- indexing
- title: ""
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: ve_api_common
class VEAPI_MESSAGE_DSC
- inherit
-
ANY
-
- redefine
- out
- end
- creation
- make
- feature -- Queries
-
status: STRING
-
code: STRING
-
class_name: STRING
-
file_name: STRING
-
cluster: STRING
-
line, pos: INTEGER
-
text: STRING
-
is_error: BOOLEAN
-
out: STRING
- feature -- Operations
-
make (status_: STRING; class_name_: STRING; file_name_: STRING; cluster_: STRING; line_, pos_: INTEGER; code_: STRING; text_: STRING; is_error_: BOOLEAN)
end -- class VEAPI_MESSAGE_DSC