public class Drop extends Transform
Modifier and Type | Method and Description |
---|---|
MethodType |
down(MethodType type)
Apply this transform downward from an incoming MethodType, producing
a new type.
|
String |
toString()
Return a string representation of this transform.
|
MethodHandle |
up(MethodHandle target)
Apply this transform upward from the given MethodHandle, producing
a new handle.
|
public Drop(int position, Class... types)
public MethodHandle up(MethodHandle target)
Transform
public MethodType down(MethodType type)
Transform
Copyright © 2015. All rights reserved.