Ada Dot and Dotby Kinds

Kind Name
Entity Performing Reference
Entity Being Referenced
Ada Dot
some_proc
some_pack
Ada Dotby
some_pack
some_proc

Dot and Dotby reference kinds indicate a reference to an entity as a prefix in an expanded name.

package some_pack is 
   a : integer; 
end; 
with some_pack; 
procedure some_proc is 
begin 
   some_pack.a := 5; 
end; 

Scientific Toolworks, Inc.
http://www.scitools.com