|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodAccess
Represents a bridge to an object method, when that method may not be public. A MethodAccess object encapsulates the approach for invoking the method and capturing the result (either the return value, or the checked exception that is thrown).
TransformMethod.getAccess(),
PlasticClass,
PlasticMethod,
MethodHandle| Method Summary | |
|---|---|
MethodInvocationResult |
invoke(Object target,
Object... arguments)
Deprecated. Invoke the method on the target, passing a number of arguments to the method. |
| Method Detail |
|---|
MethodInvocationResult invoke(Object target,
Object... arguments)
target - object on which to invoke a methodarguments - arguments to pass to the method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||