public class Insert extends Transform
| Constructor | Description |
|---|---|
Insert(int position,
boolean value) |
|
Insert(int position,
byte value) |
|
Insert(int position,
char value) |
|
Insert(int position,
double value) |
|
Insert(int position,
float value) |
|
Insert(int position,
int value) |
|
Insert(int position,
long value) |
|
Insert(int position,
short value) |
|
Insert(int position,
Class<?>[] types,
Object... values) |
|
Insert(int position,
Object... values) |
| 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 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)
Transformpublic MethodType down(MethodType type)
Transformpublic String toString()
Transformpublic String toJava(MethodType incoming)
TransformCopyright © 2018. All rights reserved.