nx::next
Skip to the next most specific method implementation
- Provided by: nsf (Version: 2.3.0-1)
- Report a bug
Skip to the next most specific method implementation
next ?arguments?
When executing a method call, the NX dispatch mechanism computes a list of applicable method implementations for the method name requested from a given object receiving the call; in support of method combination and method-call interception.
For method combination, the computed list contains any object-local method implementation and any method implementations inherited by the object from the classes in its precedence list. Examples are overloading method implementations in the class hierarchy of the object, as well as from mixin classes of the object. For method-call interception, the computed list contains the applicable filter methods, again ordered by their definition order according to the precedence list of the called object.
To retrieve the next most specific method implementation to be invoked by nx::current from the internally computed list, if any, use nx::current.
Copyright (c) 2014-16 Stefan Sobernig <stefan.sobernig@wu.ac.at>, Gustaf Neumann <gustaf.neumann@wu.ac.at>