The R Project SVN R

Rev

Rev 85925 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85925 Rev 86513
Line 1... Line 1...
1
% File src/library/methods/man/MethodWithNext-class.Rd
1
% File src/library/methods/man/MethodWithNext-class.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2024 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{MethodWithNext-class}
6
\name{MethodWithNext-class}
7
\docType{class}
7
\docType{class}
8
\alias{MethodWithNext-class}
8
\alias{MethodWithNext-class}
Line 31... Line 31...
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
35
  Class \code{"PossibleMethod"}, by class \code{"MethodDefinition"}.\cr
35
  Class \code{"PossibleMethod"}, by class \code{"MethodDefinition"}.\cr
36
  Class \code{"OptionalMethods"}, by class \code{"MethodDefinition"}.
36
  Class \code{"optionalMethod"}, by class \code{"MethodDefinition"}.
37
}
37
}
38
\section{Methods}{
38
\section{Methods}{
39
  \describe{
39
  \describe{
40
    \item{findNextMethod}{\code{signature(method = "MethodWithNext")}:
40
    \item{findNextMethod}{\code{signature(method = "MethodWithNext")}:
41
      used internally by method dispatch. }
41
      used internally by method dispatch. }
42
    \item{loadMethod}{\code{signature(method = "MethodWithNext")}: used
-
 
43
      internally by method dispatch. }
-
 
44
    \item{show}{\code{signature(object = "MethodWithNext")} }
42
    \item{show}{\code{signature(object = "MethodWithNext")} }
45
  }
43
  }
46
}
44
}
47
 
45
 
48
\seealso{  \code{\link{callNextMethod}}, and
46
\seealso{  \code{\link{callNextMethod}}, and