- Callby - view of who calls a given entity
- Child Lib Units - shows the Child Library Units of a given compilation unit. Only available for Ada 95 code.
- Declared In - shows the declaration tree from where this program unit is declared.
- Declaration Tree - shows the declaration nesting of program units in a compilation unit.
- Instantiated From - shows the instantiation tree of a given generic type or compilation unit. Shows how an instantiated generic was built.
- Instantiations - shows who instantiates a given generic unit.
- Invocation - shows what compilation units a given unit invokes.
- Parent Lib Unit - Shows the parent lib units of a given entity.
- Type Derived From - Shows the tree of types a given type is derived from.
- Type Tree - Shows the types that derive new types from a given entity.
- With - Shows what compilation unit a given entity “Withs” into scope.
- WithBy - Shows what compilation units “With” a given entity.