Author:halw

Date:2009-01-26T02:58:47.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@169 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-01-26 02:58:47 +00:00
parent 2e5166fbbd
commit 0c40956aa4
4 changed files with 27 additions and 15 deletions

View File

@@ -14,8 +14,8 @@ context: As object
The first part in the dialog makes it possible to select the context of the expression.
* The default context is the context of the [[Information relative to a stack element|currently selected call stack element]]. This context gives access to the locals, the arguments, the result and the enclosing object features.
* The object context, that requires a valid object address, gives access to the features of the selected object. If you select "As object", the result of the expression is the referenced object itself; and you can supply a name for the object (see the second screenshot).
* The default context is the context of the [[Information relative to a stack element|currently selected call stack element]], as shown in the left image above. This context gives access to the locals, the arguments, the result and the enclosing object features.
* The object context, that requires a valid object address, gives access to the features of the selected object. If you select "As object", the result of the expression is the referenced object itself; and you can supply a name for the object, as depicted in the right image above.
* The last context, the class-related context, gives access to the <code>once</code> and constant features of that class. It requires a valid class name.