Home » openjdk-7 » sun » reflect » [javadoc | source]
sun.reflect
public interface: MethodAccessor [javadoc | source]

All Known Implementing Classes:
    DelegatingMethodAccessorImpl, MethodAccessorImpl, NativeMethodAccessorImpl

This interface provides the declaration for java.lang.reflect.Method.invoke(). Each Method object is configured with a (possibly dynamically-generated) class which implements this interface.
Method from sun.reflect.MethodAccessor Summary:
invoke
Method from sun.reflect.MethodAccessor Detail:
 public Object invoke(Object obj,
    Object[] args) throws IllegalArgumentException, InvocationTargetException