Interface MethodTypeEntry

All Superinterfaces:
LoadableConstantEntry, PoolEntry

public sealed interface MethodTypeEntry extends LoadableConstantEntry
Models a CONSTANT_MethodType_info structure, or a symbolic reference to a method type, in the constant pool of a class file.

The use of a MethodTypeEntry is modeled by a MethodTypeDesc. Conversions are through ConstantPoolBuilder.methodTypeEntry(MethodTypeDesc) and asSymbol().

A method type entry is composite:

MethodTypeEntry(Utf8Entry descriptor)
where descriptor is a method descriptor string.
See Java Virtual Machine Specification:
4.4.9 The CONSTANT_MethodType_info Structure
Since:
24