MethodWithNext-class         package:methods         R Documentation

_C_l_a_s_s _M_e_t_h_o_d_W_i_t_h_N_e_x_t, ~~_c_l_a_s_s _f_o_r ... ~~

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

     ~~ A concise (1-5 lines) description of what the class is  ~~

_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("MethodWithNext",
     ...)'. ~~ describe objects here ~~

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

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

     `_n_e_x_t_M_e_t_h_o_d': Object of class `"PossibleMethod"' the method to use
          in response to a `callNextMethod()' call. 

     `_e_x_c_l_u_d_e_d': Object of class `"list"'; one or more signatures
          excluded in finding the next method. 

     `_t_a_r_g_e_t': Object of class `"signature", from class
          "MethodDefinition"' 

     `_d_e_f_i_n_e_d': Object of class `"signature", from class
          "MethodDefinition"' 

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

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

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

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

     _l_o_a_d_M_e_t_h_o_d `signature(method = "MethodWithNext")': used internally
          by method dispatch. 

     _s_h_o_w `signature(object = "MethodWithNext")' 

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

     `callNextMethod', and  `MethodDefinition-class'.

