Package java.dyn
Class MethodHandle
- java.lang.Object
-
- java.dyn.MethodHandle
-
- Direct Known Subclasses:
JavaMethodHandle
public abstract class MethodHandle extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MethodHandle(java.dyn.MethodHandle.Access token, MethodType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodType
type()
-
-
-
Constructor Detail
-
MethodHandle
protected MethodHandle(java.dyn.MethodHandle.Access token, MethodType type)
-
-
Method Detail
-
type
public MethodType type()
-
-