java.dyn
Class JavaMethodHandle

java.lang.Object
  extended by java.dyn.MethodHandle
      extended by java.dyn.JavaMethodHandle

public abstract class JavaMethodHandle
extends MethodHandle


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

Constructor Detail

JavaMethodHandle

protected JavaMethodHandle(MethodHandle entryPoint)