Package com.googlecode.d2j
Class MethodHandle
java.lang.Object
com.googlecode.d2j.MethodHandle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionMethodHandle(int type, Field field) MethodHandle(int type, Field field, Method method) MethodHandle(int type, Method method) -
Method Summary
-
Field Details
-
STATIC_PUT
public static final int STATIC_PUT- See Also:
-
STATIC_GET
public static final int STATIC_GET- See Also:
-
INSTANCE_PUT
public static final int INSTANCE_PUT- See Also:
-
INSTANCE_GET
public static final int INSTANCE_GET- See Also:
-
INVOKE_STATIC
public static final int INVOKE_STATIC- See Also:
-
INVOKE_INSTANCE
public static final int INVOKE_INSTANCE- See Also:
-
INVOKE_CONSTRUCTOR
public static final int INVOKE_CONSTRUCTOR- See Also:
-
INVOKE_DIRECT
public static final int INVOKE_DIRECT- See Also:
-
INVOKE_INTERFACE
public static final int INVOKE_INTERFACE- See Also:
-
-
Constructor Details
-
MethodHandle
-
MethodHandle
-
MethodHandle
-
-
Method Details