| Line 133... |
Line 133... |
| 133 |
\item{signature}{ The class signature of the relevant method. A
|
133 |
\item{signature}{ The class signature of the relevant method. A
|
| 134 |
signature is a named or unnamed vector of character strings. If
|
134 |
signature is a named or unnamed vector of character strings. If
|
| 135 |
named, the names must be formal argument names for the generic
|
135 |
named, the names must be formal argument names for the generic
|
| 136 |
function. Signatures are matched to the arguments specified in
|
136 |
function. Signatures are matched to the arguments specified in
|
| 137 |
the signature slot of the generic function (see the Details
|
137 |
the signature slot of the generic function (see the Details
|
| 138 |
section of the \code{\link{setMethod}} documentation).
|
138 |
section of the \code{\link{setMethod}} documentation).
|
| 139 |
|
139 |
|
| 140 |
The \code{signature} argument to \code{dumpMethods} is ignored (it
|
140 |
The \code{signature} argument to \code{dumpMethods} is ignored (it
|
| 141 |
was used internally in previous implementations).}
|
141 |
was used internally in previous implementations).}
|
| 142 |
|
142 |
|
| 143 |
\item{file}{ The file or connection on which to dump method definitions. }
|
143 |
\item{file}{ The file or connection on which to dump method definitions. }
|