Package-level declarations
Types
Link copied to clipboard
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.