| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.invoke.MethodType |
down(java.lang.invoke.MethodType source)
Apply this transform downward from an incoming MethodType, producing
a new type.
|
abstract String |
toString()
Return a string representation of this transform.
|
abstract java.lang.invoke.MethodHandle |
up(java.lang.invoke.MethodHandle target)
Apply this transform upward from the given MethodHandle, producing
a new handle.
|
public abstract java.lang.invoke.MethodHandle up(java.lang.invoke.MethodHandle target)
target - the target handlepublic abstract java.lang.invoke.MethodType down(java.lang.invoke.MethodType source)
source - the source typeCopyright © 2013. All Rights Reserved.