Rev 19473 | Rev 39775 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{MethodSupport}\alias{.conflicts.OK}\alias{OldEvalSelectedMethod}\alias{getMethodsForDispatch}\alias{cacheMethod}\alias{resetGeneric}\title{Additional (Support) Functions for Methods}\description{These are support routines for computations on formal methods.}\usage{getMethodsForDispatch(f, fdef)cacheMethod(f, sig, def, args, fdef)resetGeneric(f, fdef)}\section{Summary of Functions}{\describe{\item{\code{resetGeneric}:}{reset the currently defined methods for this generic by removingthe corresponding definition from the methods metadata (to beremerged when the function is next called). Returns \code{TRUE}or \code{FALSE} according to whether information for the functionwas found in the metadata.You \emph{must} call this function when you change relevantinheritance information during a session, to guarantee that thenew information is used if this generic has already been called.}\item{\code{cacheMethod}:}{Store the definition for this function and signature in the methodmetadata for the function. Used to store extensions of coercemethods found through inheritance.No persistent effect, since the method metadata is session-scopeonly.}\item{\code{getMethodsForDispatch}:}{Get the current methods list object representing the methods forfunction \code{f}, merged from the various packages and with anyadditional caching information stored in the \code{allMethods}slot.If methods have not yet been merged, calling\code{getMethodsForDispatch} will cause the merge to take place.}}}\keyword{internal}