public class MethodHandleImpl extends Object implements MethodHandle
Modifier and Type | Field and Description |
---|---|
protected PlasticClassHandleShim |
shim |
Constructor and Description |
---|
MethodHandleImpl(String className,
String methodDescription,
int methodIndex) |
protected volatile PlasticClassHandleShim shim
public MethodHandleImpl(String className, String methodDescription, int methodIndex)
public MethodInvocationResult invoke(Object instance, Object... arguments)
MethodHandle
invoke
in interface MethodHandle
instance
- the instance containing the method to invokearguments
- the arguments, if any, to pass to the method. Wrapper types will be unwrapped as necessary
to perform the invocation.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.