The R Project SVN R

Rev

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

Rev 68948 Rev 70273
Line 3... Line 3...
3
% Copyright 1995-2009 R Core Team
3
% Copyright 1995-2009 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{MethodSupport}
6
\name{MethodSupport}
7
\title{Additional (Support) Functions for Methods}
7
\title{Additional (Support) Functions for Methods}
8
\alias{OldEvalSelectedMethod}
-
 
9
\alias{getMethodsForDispatch}
8
\alias{getMethodsForDispatch}
10
\alias{cacheMethod}
9
\alias{cacheMethod}
11
\alias{resetGeneric}
10
\alias{resetGeneric}
12
\alias{listFromMethods}
11
\alias{listFromMethods}
13
\description{
12
\description{
14
  These are support routines for computations on formal methods.
13
  These are \emph{internal} support routines for computations on formal methods.
15
}
14
}
16
\usage{
15
\usage{
17
listFromMethods(generic, where, table)
16
listFromMethods(generic, where, table)
18
 
17
 
19
getMethodsForDispatch(fdef, inherited = FALSE)
18
getMethodsForDispatch(fdef, inherited = FALSE)