Constructor and Description |
---|
Transform() |
Modifier and Type | Method and Description |
---|---|
abstract MethodType |
down(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 MethodHandle |
up(MethodHandle target)
Apply this transform upward from the given MethodHandle, producing
a new handle.
|
public abstract MethodHandle up(MethodHandle target)
target
- the target handlepublic abstract MethodType down(MethodType source)
source
- the source typeCopyright © 2015. All rights reserved.