Goops Manual (original) (raw)

Node:Determining Which Methods to Apply, Next:Handling Invocation Errors, Up:Invoking Generic Functions


3.7.1 Determining Which Methods to Apply

[ *fixme* Sorry - this is the area of GOOPS that I understand least of all, so I'm afraid I have to pass on this section. Would some other kind person consider filling it in? ]

apply-generic generic
apply-generic (gf ) args method
compute-applicable-methods generic
compute-applicable-methods (gf ) args method
sort-applicable-methods generic
sort-applicable-methods (gf ) methods args method
method-more-specific? generic
method-more-specific? (m1 ) (m2 ) args method
apply-method generic
apply-method (gf ) methods build-next args method
apply-methods generic
apply-methods (gf ) (l ) args method