getMethods

public List<? extends MethodLink> getMethods(Matcher<? super MethodLink> matcher)(source)

Returns a list of all methods contained in the type linked by this type link and matched by the given matcher.

The list is sorted by match scores in descending order.

Return

the sublist of methods

Parameters

matcher

the matcher


public abstract Collection<? extends MethodLink> getMethods()(source)

Returns a collection of all methods contained in the type linked by this type link.

Return

the collection of methods