abstract class $FIND_TYPES
****
This is the stage which finds all possible types in the program. It starts from the non-parameterized types parsed in the first stage. It produces an IMPL for each such type and determines all types mentioned within it. If any of these types is missing or if any of the builtin types is missing an error is signalled and compilation ends. It causes errors for overloaded name conflicts.


Descendants
FIND_TYPES



Public


Features
find_types;