Class MethodHandleImpl
java.lang.Object
org.apache.tapestry5.internal.plastic.MethodHandleImpl
- All Implemented Interfaces:
MethodHandle
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodHandleImpl
(String className, String methodDescription, int methodIndex) -
Method Summary
-
Field Details
-
shim
-
-
Constructor Details
-
MethodHandleImpl
-
-
Method Details
-
toString
-
invoke
Description copied from interface:MethodHandle
Invokes the method for this handle on the instance.- Specified by:
invoke
in interfaceMethodHandle
- Parameters:
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.- Returns:
- result object encapsulating the actual return value or the checked exception thrown by the method
-