- indexing
- title: "Variable kind"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_VARKIND
- feature -- The variable is a field or member of the type
-- it exists at a fixed offset within each instance of the type.
-
VAR_PERINSTANCE: INTEGER
-
VAR_STATIC: INTEGER
-
VAR_CONST: INTEGER
-
VAR_DISPATCH: INTEGER
end -- class EOLE_VARKIND