public class Varargs extends Transform
Constructor and Description |
---|
Varargs(MethodType source,
int index,
Class arrayType) |
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 Varargs(MethodType source, int index, Class arrayType)
public MethodHandle up(MethodHandle target)
Transform
public MethodType down(MethodType type)
Transform
Copyright © 2015. All rights reserved.