java.dyn
Class MethodHandle

java.lang.Object
  extended by java.dyn.MethodHandle
Direct Known Subclasses:
JavaMethodHandle

public abstract class MethodHandle
extends java.lang.Object


Constructor Summary
protected MethodHandle(java.dyn.MethodHandle.Access token, MethodType type)
           
 
Method Summary
 MethodType type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHandle

protected MethodHandle(java.dyn.MethodHandle.Access token,
                       MethodType type)
Method Detail

type

public MethodType type()