Interface MethodRefEntry

All Superinterfaces:
MemberRefEntry, PoolEntry

public sealed interface MethodRefEntry extends MemberRefEntry
Models a CONSTANT_MethodRef_info constant in the constant pool of a classfile.
See Java Virtual Machine Specification:
4.4.2 The CONSTANT_Fieldref_info, CONSTANT_Methodref_info, and CONSTANT_InterfaceMethodref_info Structures
Since:
24
  • Method Details

    • typeSymbol

      default MethodTypeDesc typeSymbol()
      Returns a symbolic descriptor for the method's type.
      Returns:
      a symbolic descriptor for the method's type