public class Filter extends Transform
| Modifier and Type | Field | Description |
|---|---|---|
static String |
FILTER_FUNCTIONS_JAVA |
| Constructor | Description |
|---|---|
Filter(int index,
MethodHandle... functions) |
| 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 static final String FILTER_FUNCTIONS_JAVA
public Filter(int index,
MethodHandle... functions)
public MethodHandle up(MethodHandle target)
Transformpublic MethodType down(MethodType type)
Transformpublic String toString()
Transformpublic String toJava(MethodType incoming)
TransformCopyright © 2018. All rights reserved.