mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2364 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
[[Property:title|Attribute symbols]]
|
|
[[Property:weight|1]]
|
|
[[Property:uuid|6dfbde5d-3423-4f10-6569-30af2ba00dd1]]
|
|
In both trees of the [[Object tool|object tool]], objects are displayed. The values displayed for each object fall into two categories: the object's attributes (grouped under the '''attributes''' folder [[Image:feature-attribute-icon]] ) and its once routines (grouped under the '''once routines''' folder [[Image:feature-once-icon]] ).
|
|
|
|
The following symbol scheme is used to categorize each item:
|
|
* [[Image:debugger-object-immediate-icon]] An attribute of a basic Eiffel type, such as [[ref:libraries/base/reference/kernel/integer_chart.xml|INTEGER]] or [[ref:libraries/base/reference/kernel/classic/double_chart.xml|DOUBLE]]
|
|
* [[Image:debugger-object-eiffel-icon]] An attribute that is a reference to an object
|
|
* [[Image:debugger-object-void-icon]] A Void reference
|
|
* [[Image:debugger-object-expanded-icon]] An object that is expanded
|
|
|
|
For .NET system, special symbols are used to describe :
|
|
* [[Image:debugger-object-dotnet-icon]] An object that is external (i.e., not known as an Eiffel type)
|
|
* [[Image:debugger-object-dotnet-static-icon]] A static value object that is external (i.e., not known as an Eiffel type)
|
|
* [[Image:debugger-object-static-icon]] A static value object that is known as an Eiffel type
|
|
|
|
|
|
|
|
|