MethodsList-class          package:methods          R Documentation

_C_l_a_s_s _M_e_t_h_o_d_s_L_i_s_t, _R_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _M_e_t_h_o_d_s _f_o_r _a _G_e_n_e_r_i_c _F_u_n_c_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Objects from this class are generated and revised by the
     definition of methods for a generic function.

_S_l_o_t_s:


     '_a_r_g_u_m_e_n_t': Object of class '"name"'.  The name of the argument
          being used for dispatch at this level. 

     '_m_e_t_h_o_d_s': A named list of the methods (and method lists) defined
          _explicitly_ for this argument, with the names being the
          classes for which the methods have been defined. 

     '_a_l_l_M_e_t_h_o_d_s': A named list, which may be empty if this object has
          not been used in dispatch yet.  Otherwise, it contains all
          the directly defined methods from the 'methods' slot, plus
          any inherited methods. 

_E_x_t_e_n_d_s:

     Class '"OptionalMethods"', directly.

