WithModifiers

public interface WithModifiers implements Link(source)

An interface for links to types with modifiers.

Author

Dustin Glaser

Inheritors

Functions

Link copied to clipboard
public abstract Link.Kind kind()
Link copied to clipboard
public abstract int modifiers()
Return the bit representation of the modifiers of this link.
Link copied to clipboard
public abstract Object reflection()