public final class MethodHandle
extends java.lang.Object
| Constructor and Description |
|---|
MethodHandle(MethodReference method,
MethodHandleType handleType) |
| Modifier and Type | Method and Description |
|---|---|
MethodHandleType |
getHandleType() |
MethodReference |
getMethod() |
java.lang.String |
toString() |
public MethodHandle(MethodReference method, MethodHandleType handleType)
public final MethodHandleType getHandleType()
public final MethodReference getMethod()
public final java.lang.String toString()
toString in class java.lang.Object