public class MethodHandleType
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodHandleType.InvalidMethodHandleTypeException |
| Modifier and Type | Field and Description |
|---|---|
static int |
INSTANCE_GET |
static int |
INSTANCE_INVOKE |
static int |
INSTANCE_PUT |
static int |
STATIC_GET |
static int |
STATIC_INVOKE |
static int |
STATIC_PUT |
| Constructor and Description |
|---|
MethodHandleType() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMethodHandleType(java.lang.String methodHandleType) |
static java.lang.String |
toString(int methodHandleType) |
public static final int STATIC_PUT
public static final int STATIC_GET
public static final int INSTANCE_PUT
public static final int INSTANCE_GET
public static final int STATIC_INVOKE
public static final int INSTANCE_INVOKE