- Software Installation
- EiffelStudio How To's
- EiffelStudio: A Guided Tour
- EiffelStudio Reference
- EiffelStudio release notes
- EiffelStudio: General interface description
- Browsing tools
- EiffelStudio Editor
- Contract Editor tool
- EiffelStudio: Project settings window
- Compiler
- Debugger
- Error List Tool
- Diagram tool
- Metrics tool
- Console tool
- Outputs tool
- Eiffel Information System
- AutoTest
- Wizards and dialogs
- EiffelStudio Preferences
- Formatted information about compiled classes and features
- Class views
- Feature views
- Feature formatters: Basic text view
- Feature formatters: Flat view
- Feature formatters: Callers
- Feature formatters: Assigners
- Feature formatters: Creators
- Feature formatters: Callees
- Feature formatters: Assignees
- Feature formatters: Creations
- Feature formatters: Implementers
- Feature formatters: Ancestor versions
- Feature formatters: Descendant versions
- Feature formatters: Homonyms
- Beta documentation
Feature formatters: Callees
The callees view
will list the names of all features used by the current feature. This includes those features called directly, and as appropriate, those features which are targets of assignments in the current feature (the feature's assignees
, those features which are the targets of creation instructions in the current feature (the feature's creations
, and those features which are used by the current feature as arguments in calls to other features.