MethodWithNext-class {methods} | R Documentation |
~~ A concise (1-5 lines) description of what the class is ~~
Objects can be created by calls of the form new("MethodWithNext", ...)
.
~~ describe objects here ~~
.Data
:Object of class "function"
; the actual
function definition.
nextMethod
:Object of class "PossibleMethod"
the method to use in response to a callNextMethod()
call.
excluded
:Object of class "list"
; one or more
signatures excluded in finding the next method.
target
:Object of class "signature", from class "MethodDefinition"
defined
:Object of class "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
.