Uses of Interface
java.lang.classfile.constantpool.DynamicConstantPoolEntry
Packages that use DynamicConstantPoolEntry
Package
Description
Provides interfaces describing constant pool entries for the
java.lang.classfile
library.-
Uses of DynamicConstantPoolEntry in java.lang.classfile.constantpool
Subinterfaces of DynamicConstantPoolEntry in java.lang.classfile.constantpoolModifier and TypeInterfaceDescriptioninterface
Models aCONSTANT_Dynamic_info
structure, representing a dynamically-computed constant, in the constant pool of aclass
file.interface
Models aCONSTANT_InvokeDynamic_info
structure, or the symbolic reference to a dynamically-computed call site, in the constant pool of aclass
file.