Method Dispatcher
class MethodDispatcher
A MethodDispatcher organizes a set of methods with identical signatures - possibly defined in distinct classes - and is able to dispatch to an applicable method by analyzing the first argument of - possibly multiple - supplied arguments.
Constructors
Types
Functions
Link copied to clipboard
look for all named methods of the instance's class and add them to the list of methods that can be dispatched.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
return true if an applicable method for the supplied argument is available, false otherwise.
Link copied to clipboard
look for all named methods of the instance's class and add them to the list of methods that can be dispatched possibly replacing existing methods.