Package java.dyn

Class 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()  
      • 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)