getMethod

public MethodLink getMethod(Matcher<? super MethodLink> matcher)(source)

Returns the method contained in the type linked by this type link and matched by the given matcher with the highest match score.

If there is not such a method, null is returned.

Return

the method or null

Parameters

matcher

the matcher