Ada Subtype and Ada Subtypefrom Kinds |
Kind Name
|
Entity Performing Reference
|
Entity Being Referenced
|
---|---|---|
Ada Subtype
|
some_type
|
some_subtype
|
Ada Subtypefrom
|
some_subtype
|
some_type
|
Subtype and Subtypefrom reference kinds indicate the parent type for a subtype.
package some_pack is type some_type is range 1..10; subtype some_subtype is some_type range 1..5; end;
Scientific Toolworks, Inc. http://www.scitools.com |