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 22... Line 22...
22
    \item{\code{excluded}:}{Object of class \code{"list"}; one or more
22
    \item{\code{excluded}:}{Object of class \code{"list"}; one or more
23
      signatures excluded in finding the next method. }
23
      signatures excluded in finding the next method. }
24
    \item{\code{target}:}{Object of class \code{"signature"}, from class
24
    \item{\code{target}:}{Object of class \code{"signature"}, from class
25
      \code{"MethodDefinition"}}
25
      \code{"MethodDefinition"}}
26
    \item{\code{defined}:}{Object of class \code{"signature"}, from
26
    \item{\code{defined}:}{Object of class \code{"signature"}, from
27
      class \code{"MethodDefinition"}} 
27
      class \code{"MethodDefinition"}}
28
      \item{\code{generic}:}{Object of class \code{"character"}; the function
28
      \item{\code{generic}:}{Object of class \code{"character"}; the function
29
        for which the method was created. }  
29
        for which the method was created. }
30
  }
30
  }
31
}
31
}
32
\section{Extends}{
32
\section{Extends}{
33
  Class \code{"MethodDefinition"}, directly.\cr
33
  Class \code{"MethodDefinition"}, directly.\cr
34
  Class \code{"function"}, from data part.\cr
34
  Class \code{"function"}, from data part.\cr
Line 43... Line 43...
43
      internally by method dispatch. }
43
      internally by method dispatch. }
44
    \item{show}{\code{signature(object = "MethodWithNext")} }
44
    \item{show}{\code{signature(object = "MethodWithNext")} }
45
  }
45
  }
46
}
46
}
47
 
47
 
48
\seealso{  \code{\link{callNextMethod}}, and 
48
\seealso{  \code{\link{callNextMethod}}, and
49
 \code{\link{MethodDefinition-class}}. }
49
  class \code{\linkS4class{MethodDefinition}}.
50
 
50
}
51
\keyword{classes}
51
\keyword{classes}