Class ConstantPool.ConstValue_InvokeDynamic

Enclosing class:
ConstantPool

public static class ConstantPool.ConstValue_InvokeDynamic extends ConstantPool.ConstValue_BootstrapMethod
The CONSTANT_InvokeDynamic_info(18) structure is used to represent a dynamically-computed call site, an instance of java.lang.invoke.CallSite that is produced by invocation of a bootstrap method in the course of an invokedynamic instruction. The auxiliary type specified by the structure constrains the method type of the dynamically-computed call site.