The R Project SVN R

Rev

Rev 42333 | Rev 56184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42333 Rev 44751
Line 28... Line 28...
28
        signature for which the method was wanted. }
28
        signature for which the method was wanted. }
29
    \item{\code{defined}:}{Object of class \code{"signature"}; the
29
    \item{\code{defined}:}{Object of class \code{"signature"}; the
30
        signature for which a method was found.  If the method was
30
        signature for which a method was found.  If the method was
31
        inherited, this will not be identical to \code{target}. }
31
        inherited, this will not be identical to \code{target}. }
32
      \item{\code{generic}:}{Object of class \code{"character"}; the function
32
      \item{\code{generic}:}{Object of class \code{"character"}; the function
33
        for which the method was created. }  
33
        for which the method was created. }
34
  }
34
  }
35
}
35
}
36
\section{Extends}{
36
\section{Extends}{
37
  Class \code{"function"}, from data part.\cr
37
  Class \code{"function"}, from data part.\cr
38
  Class \code{"PossibleMethod"}, directly.\cr
38
  Class \code{"PossibleMethod"}, directly.\cr
Line 44... Line 44...
44
  \code{target} slot is the class signature for which the method will
44
  \code{target} slot is the class signature for which the method will
45
  be dispatched, and the \code{defined} slot the signature for which
45
  be dispatched, and the \code{defined} slot the signature for which
46
  the method was originally specified (that is, the one that appeared
46
  the method was originally specified (that is, the one that appeared
47
  in some call to \code{\link{setMethod}}).
47
  in some call to \code{\link{setMethod}}).
48
}
48
}
49
\seealso{class \code{\link{MethodsList-class}} for the objects
49
\seealso{class \code{\linkS4class{MethodsList}} for the objects
50
  defining sets of methods associated with a particular generic
50
  defining sets of methods associated with a particular generic
51
  function.  The individual method definitions stored in these objects
51
  function.  The individual method definitions stored in these objects
52
  are from class \code{MethodDefinition}, or an extension.
52
  are from class \code{MethodDefinition}, or an extension.
53
  \code{\link{MethodWithNext-class}} for an extension used by
53
  Class \code{\linkS4class{MethodWithNext}} for an extension used by
54
  \code{\link{callNextMethod}}.
54
  \code{\link{callNextMethod}}.
55
}
55
}
56
\keyword{classes}
56
\keyword{classes}