PackageLink

public interface PackageLink implements Link, WithName(source)

Inheritors

Functions

Link copied to clipboard
public TypeLink getType(Matcher<? super TypeLink> matcher)
Link copied to clipboard
public abstract Collection<? extends TypeLink> getTypes()
public List<? extends TypeLink> getTypes(Matcher<? super TypeLink> matcher)
Link copied to clipboard
public String identifier()
Returns the identifier of this identifiable object.
Link copied to clipboard
public Link.Kind kind()
Link copied to clipboard
public abstract String name()
Returns the name of this link.
Link copied to clipboard
public abstract Object reflection()
Link copied to clipboard
public String string()
Returns a human-readable string representation of this object.