public interface MethodAccess
TransformMethod.getAccess()
,
PlasticClass
,
PlasticMethod
,
MethodHandle
Modifier and Type | Method and Description |
---|---|
MethodInvocationResult |
invoke(Object target,
Object... arguments)
Deprecated.
Invoke the method on the target, passing a number of arguments to the method.
|
MethodInvocationResult invoke(Object target, Object... arguments)
target
- object on which to invoke a methodarguments
- arguments to pass to the methodCopyright © 2003-2012 The Apache Software Foundation.