Module java.base

Interface InvokeDynamicEntry

All Superinterfaces:
ClassFileElementPREVIEW, DynamicConstantPoolEntryPREVIEW, PoolEntryPREVIEW, WritableElementPREVIEW<PoolEntryPREVIEW>

public sealed interface InvokeDynamicEntry extends DynamicConstantPoolEntryPREVIEW
InvokeDynamicEntry is a preview API of the Java platform.
Programs can only use InvokeDynamicEntry when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models a constant pool entry for a dynamic call site.
See Java Virtual Machine Specification:
4.4.10 The CONSTANT_Dynamic_info and CONSTANT_InvokeDynamic_info Structures
Since:
22