public class Insert extends Transform
Constructor and Description |
---|
Insert(int position,
boolean value) |
Insert(int position,
byte value) |
Insert(int position,
char value) |
Insert(int position,
Class[] types,
Object... values) |
Insert(int position,
double value) |
Insert(int position,
float value) |
Insert(int position,
int value) |
Insert(int position,
long value) |
Insert(int position,
Object... values) |
Insert(int position,
short value) |
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 Insert(int position, Object... values)
public Insert(int position, boolean value)
public Insert(int position, byte value)
public Insert(int position, short value)
public Insert(int position, char value)
public Insert(int position, int value)
public Insert(int position, long value)
public Insert(int position, float value)
public Insert(int position, double value)
public MethodHandle up(MethodHandle target)
Transform
public MethodType down(MethodType type)
Transform
Copyright © 2015. All rights reserved.