public class Collect extends Transform
| Constructor | Description |
|---|---|
Collect(MethodType source,
int index,
int count,
Class<?> arrayType) |
|
Collect(MethodType source,
int index,
Class<?> arrayType) |
| Modifier and Type | Method | Description |
|---|---|---|
MethodType |
down(MethodType type) |
Apply this transform downward from an incoming MethodType, producing
a new type.
|
String |
toJava(MethodType incoming) |
Return a Java code representation of this transform.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbuildClassArgument, buildClassArguments, buildClassCast, buildPrimitiveJava, generateMethodTypepublic Collect(MethodType source, int index, Class<?> arrayType)
public Collect(MethodType source, int index, int count, Class<?> arrayType)
public MethodHandle up(MethodHandle target)
Transformpublic MethodType down(MethodType type)
Transformpublic String toString()
Transformpublic String toJava(MethodType incoming)
TransformCopyright © 2018. All rights reserved.