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