Interface JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object valueOf​(int identifier, boolean isInterface)
      Resolves a java.lang.constant.DirectMethodHandleDesc$Kind from an identifier.
    • Method Detail

      • valueOf

        @IsStatic
        java.lang.Object valueOf​(int identifier,
                                 boolean isInterface)
        Resolves a java.lang.constant.DirectMethodHandleDesc$Kind from an identifier.
        Parameters:
        identifier - The identifier to resolve.
        isInterface - true if the handle invokes an interface type.
        Returns:
        The identifier's java.lang.constant.DirectMethodHandleDesc$Kind.