Ada Entry Kinds

Use “ada entry” to match all Ada entry kinds.

Kind Name
Ada Entry
Ada Entry Body

An entry is an entry for a task or protected unit or type.

task some_task is
    entry e;           -- Ada Entry 

An entry body may be in a protected unit or type.

protected body some_prot_unit is 
   entry e when true is   -- e is Ada Entry Body 
   begin 
      ... 
   end; 
end; 

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