Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix links to callwith, callsame, nextwidth, nextsame
  • Loading branch information
gfldex committed Jul 14, 2016
1 parent 4fe536e commit e183380
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/Type/Metamodel/C3MRO.pod6
Expand Up @@ -9,11 +9,14 @@
L<Meta model|/language/mop> role for the L<I<C3> method resolution order
(MRO)|https://en.wikipedia.org/wiki/C3_linearization>.
The I<method resolution order> for a type is a flat list of types including
the type itself, and (recursively) all super classes. It determines in which
order the types will be visited for determining which method to call with a
given name, or for finding the next method in a chain with L<nextsame>,
L<callsame>, L<nextwith> or L<callwith>.
The I<method resolution order> for a type is a flat list of types including the
type itself, and (recursively) all super classes. It determines in which order
the types will be visited for determining which method to call with a given
name, or for finding the next method in a chain with
L<nextsame|/language/functions#index-entry-nextsame-nextsame>,
L<callsame|/language/functions#index-entry-callsame-callsame>,
L<nextwith|/language/functions#index-entry-nextwith-nextwith> or
L<callwith|/language/functions#index-entry-callwith-callwith>.
=begin code
class CommonAncestor { }; # implicitly inherits from Any
Expand Down

0 comments on commit e183380

Please sign in to comment.