Rev 35751 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{MethodsList-class}\alias{MethodsList-class}\alias{body<-,MethodDefinition-method}\docType{class}\title{Class MethodsList, Representation of Methods for a Generic Function }\description{ Objects from this class are generated and revised by thedefinition of methods for a generic function.}\section{Slots}{\describe{\item{\code{argument}:}{Object of class \code{"name"}. The name of theargument being used for dispatch at this level. }\item{\code{methods}:}{A named list of the methods (and method lists)defined \emph{explicitly} for this argument, with the names beingthe classes for which the methods have been defined. }\item{\code{allMethods}:}{A named list, which may be empty if thisobject has not been used in dispatch yet. Otherwise, it containsall the directly defined methods from the \code{methods} slot, plusany inherited methods. }}}\section{Extends}{Class \code{"OptionalMethods"}, directly.}\keyword{classes}\keyword{methods}