The R Project SVN R

Rev

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

Rev 25816 Rev 35205
Line 103... Line 103...
103
 
103
 
104
    \item{\code{showMlist}:}{
104
    \item{\code{showMlist}:}{
105
      Prints the contents of the MethodsList.  If \code{includeDefs} the
105
      Prints the contents of the MethodsList.  If \code{includeDefs} the
106
      signatures and the corresonding definitions will be printed;
106
      signatures and the corresonding definitions will be printed;
107
      otherwise, only the signatures.
107
      otherwise, only the signatures.
-
 
108
    }
-
 
109
 
-
 
110
    \item{\code{listFromMlist}:}{
-
 
111
      Undo the recursive nature of the methods list, making a list of
-
 
112
      function definitions, with the names of the list being the
-
 
113
      corresponding signatures
-
 
114
      \code{prefix} is the partial signature (a named list of classes)
-
 
115
      to be prepended to the signatures in this object.
108
 
116
 
109
      The function calls itself recursively: \code{prev} is the
117
      A utility function used to iterate over all the individual methods
110
      previously selected classes.
118
      in the object, it calls itself recursively.
111
    }
119
    }
112
 
120
 
113
    \item{\code{listFromMlistForPrint}:}{
121
    \item{\code{linearizeMlist}:}{
114
      Undo the recursive nature of the methods list, making a list of
122
      Undo the recursive nature of the methods list, making a list of
115
      function defintions, with the names of the list being the
123
      function definitions, with the names of the list being the
116
      corresponding signatures (designed for printing; for looping over
124
      corresponding signatures.
117
      the methods, use \code{\link{listFromMlist}} instead).
-
 
118
 
125
 
119
      The function calls itself recursively: \code{prev} is the
126
      Designed for printing; for looping over the methods, use the above
120
      previously selected classes.
127
      \code{listFromMlist} instead.
121
    }
128
    }
122
 
129
 
123
    \item{\code{finalDefaultMethod}:}{
130
    \item{\code{finalDefaultMethod}:}{
124
      The true default method for the methods list object \code{mlist}
131
      The true default method for the methods list object \code{mlist}
125
      (the method that matches class \code{"ANY"} for as many arguments
132
      (the method that matches class \code{"ANY"} for as many arguments