de.intarsys.tools.reflect
public interface IMethodHandlerAccessibility
Modifier and Type | Method and Description |
---|---|
boolean |
isInvokeEnabled(java.lang.Object receiver,
IArgs args)
Query the accessibility of the implementation associated with this method
in the context of the
receiver . |
boolean isInvokeEnabled(java.lang.Object receiver, IArgs args) throws MethodInvocationException
receiver
.receiver
- The object hosting the method.args
- The arguments for the invocation.MethodException
MethodInvocationException