MethodDefinition-class        package:methods        R Documentation

_C_l_a_s_s_e_s _t_o _R_e_p_r_e_s_e_n_t _M_e_t_h_o_d _D_e_f_i_n_i_t_i_o_n_s

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

     These classes extend the basic class `"function"' when functions
     are to be stored and used as method definitions.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form
     `new("MethodDefinition", ...)'. ~~ describe objects here ~~

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

     `._D_a_t_a': Object of class `"function"'; the data part of the
          definition. 

     `_t_a_r_g_e_t': Object of class `"signature"'; the signature for which
          the method was wanted. 

     `_d_e_f_i_n_e_d': Object of class `"signature"'; the signature for which
          a method was found.  If the method was inherited, this will
          not be identical to `target'. 

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

     Class `"function"', from data part. Class `"PossibleMethod"',
     directly. Class `"OptionalMethods"', by class "function".

_M_e_t_h_o_d_s:

     _f_i_n_d_N_e_x_t_M_e_t_h_o_d `signature(method = "MethodDefinition")': ... 

     _l_o_a_d_M_e_t_h_o_d `signature(method = "MethodDefinition")': ... 

     _s_h_o_w `signature(object = "MethodDefinition")': ... 

_S_e_e _A_l_s_o:

     See  `MethodWithNext-class' for an extension used by
     `callNextMethod'.

