public interface

MethodAccessor

sun.reflect.MethodAccessor

Class Overview

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.

Summary

Public Methods
abstract Object invoke(Object obj, Object[] args)
Matches specification in Method

Public Methods

public abstract Object invoke (Object obj, Object[] args)