MethodWithNext-class {methods} | R Documentation |
Class of method definitions set up for callNextMethod
Objects from this class are generated as a side-effect of calls to
callNextMethod
.
.Data
:"function"
; the actual
function definition.nextMethod
:"PossibleMethod"
the method to use in response to a callNextMethod()
call.excluded
:"list"
; one or more
signatures excluded in finding the next method. target
:"signature"
, from class
"MethodDefinition"
defined
:"signature"
, from
class "MethodDefinition"
Class "MethodDefinition"
, directly.
Class "function"
, from data part.
Class "PossibleMethod"
, by class "MethodDefinition"
.
Class "OptionalMethods"
, by class "MethodDefinition"
.
signature(method = "MethodWithNext")
:
used internally by method dispatch. signature(method = "MethodWithNext")
: used
internally by method dispatch. signature(object = "MethodWithNext")
callNextMethod
, and
MethodDefinition-class
.