Class SummaryOverload |
Overload provides methods to overload a method.
|
OverloadException |
OverloadException is the base exception of Overloading API.
|
SameTypeSignatureException |
SameTypeSignatureException is thrown when two or more overload handlers
have the same type signature.
|
SimpleOverloadHandler |
SimpleOverloadHandler offers basic overloading functionalities.
|
UnknownOverloadHandlerException |
UnknownOverloadHandlerException will be thrown if no appropriate overload
handler for a list of real arguments could be found.
|