MethodLink
public interface MethodLink implements WithModifiers, WithName, WithType, WithTypeList, Identifiable(source)
An interface used to simply access methods.
Author
Dustin Glaser
Inheritors
Functions
Link copied to clipboard
Returns the identifier of this identifiable object.
Link copied to clipboard
Invokes the method linked by this method link with the given arguments.
Link copied to clipboard
Returns the actual method behind this method link.
Link copied to clipboard
Returns the return type of the method linked by this method link.