The R Project SVN R

Rev

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

Rev 56184 Rev 56186
Line 2... Line 2...
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{callNextMethod}
6
\name{callNextMethod}
-
 
7
\alias{callNextMethod}
7
\title{Call an Inherited Method}
8
\title{Call an Inherited Method}
8
\description{
9
\description{
9
  A call to \code{callNextMethod} can only appear inside a method
10
  A call to \code{callNextMethod} can only appear inside a method
10
  definition.  It then results in a call to the first inherited method
11
  definition.  It then results in a call to the first inherited method
11
  after the current method, with the arguments to the current method
12
  after the current method, with the arguments to the current method