Class ConstantPool.ConstValue_Dynamic

Enclosing class:
ConstantPool

public static class ConstantPool.ConstValue_Dynamic extends ConstantPool.ConstValue_BootstrapMethod
The CONSTANT_Dynamic (17) structure is used to represent a dynamically-computed constant, an arbitrary value that is produced by invocation of a bootstrap method in the course of a ldc instruction, among others. The auxiliary type specified by the structure constrains the type of the dynamically-computed constant.