- 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
class VEAPI_TYPE
- inherit
-
VEAPI_SERVER
- end
- creation
- make
- feature -- Data
-
dsc: VEAPI_TYPE_DSC
- feature -- Queries
-
name: STRING
-
is_class: BOOLEAN
-
is_conforms_to (other: VEAPI_TYPE): BOOLEAN
-
to_class_type (cur_cls: VEAPI_CLASS; cur_ftr: VEAPI_FEATURE): VEAPI_CLASS
- feature -- Operations
-
make (cl: VEAPI_TYPE_DSC)
end -- class VEAPI_TYPE