INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

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_settings
class CES_CLASS
inherit

CES_ENTITY
redefine
make
end
creation

make
feature {NONE}-- Creation

make (section: CES_INI_SECTION; default_name: STRING)
feature -- Access

is_interface: BOOLEAN
-- Is class interface (does it preserve layout)?

is_cecil: BOOLEAN
-- Are class features called from CECIL?

features: ARRAY [CES_FEATURE]
-- Properties of specific features
invariant

non_void_interface_key: interface_key /= void
end -- class CES_CLASS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES