Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_InvokeDynamic
java.lang.Object
org.openjdk.asmtools.jasm.ConstValue<ConstCell>
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_BootstrapMethod
org.openjdk.asmtools.jasm.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.
-
Field Summary
Fields inherited from class org.openjdk.asmtools.jasm.ConstValue
tag, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_BootstrapMethod
bsmData, equals, equalsByValue, hashCode, isSet, setBsmData, setBsmData, toString, write
Methods inherited from class org.openjdk.asmtools.jasm.ConstValue
asString, setValue, size
-
Constructor Details
-
ConstValue_InvokeDynamic
-