Leaf Lookup Tree
A LookupTree representing a solution.
Author
Mark van Gulik
Parameters
The kind of elements in the lookup tree, such as method definitions.
What we expect to produce from a lookup activity, such as the tuple of most-specific matching method definitions for some arguments.
The most specific definitions for the provided arguments. Thus, if this is empty, there are no applicable definitions, and if there's more than one element the actual call is ambiguous.
Properties
Answer the lookup solution (List of A_Definition at this leaf node, or null if this is not a leaf node.
Functions
Strengthen the type to a lookup tree suitable for method lookups.
If it has not already been computed, compute and cache the DecisionStep to use for making progress at this InternalLookupTree. Fail if this is not an InternalLookupTree.