getClassMethods {RGtkViewers}R Documentation

Compute methods associated with a class

Description

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.

Usage

getClassMethods(className, inherited = TRUE)

Arguments

className the name of the class for which to find all associated methods.
inherited a logical value passed to linearizeMlist

Value

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.

See Also

S4ClassView showClassMethods

Examples






[Package RGtkViewers version 0.7-4 Index]