getClassMethods         package:RGtkViewers         R Documentation

_C_o_m_p_u_t_e _m_e_t_h_o_d_s _a_s_s_o_c_i_a_t_e_d _w_i_t_h _a _c_l_a_s_s

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

     This finds all methods currently defined that have some connection
     with the specified class. Specifically, this finds methods that
     have a signature that includes, directly or by inheritance, the
     given class.

_U_s_a_g_e:

     getClassMethods(className, inherited = TRUE)

_A_r_g_u_m_e_n_t_s:

className: the name of the class for which to find all associated
          methods.

inherited: a logical value passed to 'linearizeMlist'

_V_a_l_u_e:

     A list whose names are the names of the generic functions, and
     whose elements are linearized 'MethodList' objects containing the
     methods that have a signature which relates to the specified
     class.

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

     'S4ClassView' 'showClassMethods'

_E_x_a_m_p_l_e_s:

