getConstructors

public abstract Collection<? extends ConstructorLink> getConstructors()(source)

Returns a collection of constructors declared in the type linked by this type link.

Return

the collection of constructors


public List<? extends ConstructorLink> getConstructors(Matcher<? super ConstructorLink> matcher)(source)

Returns a list of all constructors 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 constructors

Parameters

matcher

the matcher