testingTree

val A_Method.testingTree: LookupTree<A_Definition, A_Tuple>

Answer this method's LookupTree, suitable for dispatching method invocations (i.e., finding out which A_Definition to actually invoke.

Note that when fibers are running, this testing tree may be in flux, due to lazy expansion of parts of the tree. In general this is not usually a problem, as volatile reads are used during dispatching, and a lock is held during actual expansion.

Return

The method's type dispatch tree.