Interface MethodHandleEntry

All Superinterfaces:
ClassfileElement, LoadableConstantEntry, PoolEntry, WritableElement<PoolEntry>
All Known Implementing Classes:
AbstractPoolEntry.MethodHandleEntryImpl

public sealed interface MethodHandleEntry extends LoadableConstantEntry permits AbstractPoolEntry.MethodHandleEntryImpl
Models a CONSTANT_MethodHandle_info constant in the constant pool of a classfile.
  • Method Details

    • constantValue

      default ConstantDesc constantValue()
      Description copied from interface: LoadableConstantEntry
      Returns the constant described by this entry.
      Specified by:
      constantValue in interface LoadableConstantEntry
      Returns:
      the constant described by this entry
    • kind

      int kind()
      Returns the reference kind of this method handle .
      Returns:
      the reference kind of this method handle
      See Also:
    • reference

      MemberRefEntry reference()
      Returns the constant pool entry describing the method.
      Returns:
      the constant pool entry describing the method
    • asSymbol

      Returns a symbolic descriptor for this method handle.
      Returns:
      a symbolic descriptor for this method handle