| .methodWithNext {RNeXML} | R Documentation |
Saves the next method in the method meta data
Description
Promotes the given method definition to an instance of
MethodWithNext, thereby recording the next
method in the nextMethod slot.
Usage
.methodWithNext(method, nextMethod, .cache = FALSE)
Arguments
method |
the |
nextMethod |
the |
.cache |
whether to cache the promoted method definition object
(using |
Value
an instance of MethodWithNext,
which has the next method in the nextMethod slot
Note
MethodWithNext objects are normally returned by
methods::addNextMethod(), but a constructor function for the class
seems missing (or is undocumented?). This provides one.
[Package RNeXML version 2.4.11 Index]