The R Project SVN R

Rev

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

Rev 19087 Rev 20092
Line -... Line 1...
-
 
1
 
1
\name{MethodWithNext-class}
2
\name{MethodWithNext-class}
2
\docType{class}
3
\docType{class}
3
\alias{MethodWithNext-class}
4
\alias{MethodWithNext-class}
4
\title{Class MethodWithNext, ~~class for ... ~~ }
5
\title{Class MethodWithNext }
5
\description{  ~~ A concise (1-5 lines) description of what the class is  ~~}
6
\description{ Class of method definitions set up for callNextMethod }
6
\section{Objects from the Class}{
7
\section{Objects from the Class}{
7
Objects can be created by calls of the form \code{new("MethodWithNext", ...)}.
8
Objects from this class are generated as a side-effect of calls to \code{\link{callNextMethod}}.
8
~~ describe objects here ~~ 
-
 
9
}
9
}
10
\section{Slots}{
10
\section{Slots}{
11
  \describe{
11
  \describe{
12
    \item{\code{.Data}:}{Object of class \code{"function"}; the actual
12
    \item{\code{.Data}:}{Object of class \code{"function"}; the actual
13
      function definition.}
13
      function definition.}