| Line 82... |
Line 82... |
| 82 |
if called directly, but \code{FALSE} when called from the
|
82 |
if called directly, but \code{FALSE} when called from the
|
| 83 |
\pkg{methods} package for automatic printing (to avoid potential
|
83 |
\pkg{methods} package for automatic printing (to avoid potential
|
| 84 |
recursion).
|
84 |
recursion).
|
| 85 |
}
|
85 |
}
|
| 86 |
\item{\code{initMethodDispatch}:}{
|
86 |
\item{\code{initMethodDispatch}:}{
|
| 87 |
Turn on the internal method dispatch code. Called on attaching
|
87 |
Turn on the internal method dispatch code. Called on loading
|
| 88 |
the package. Also, if dispatch has been turned off (by calling
|
88 |
the namespace. Also, if dispatch has been turned off (by calling
|
| 89 |
\code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
|
89 |
\code{.isMethodsDispatchOn(FALSE)}---a very gutsy thing to do),
|
| 90 |
calling this function should turn dispatch back on again.
|
90 |
calling this function should turn dispatch back on again.
|
| 91 |
}
|
91 |
}
|
| 92 |
\item{\code{methodSignatureMatrix}:}{
|
92 |
\item{\code{methodSignatureMatrix}:}{
|
| 93 |
Returns a matrix with the contents of the specified slots as
|
93 |
Returns a matrix with the contents of the specified slots as
|