Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_Dynamic
java.lang.Object
org.openjdk.asmtools.jasm.ConstValue<ConstCell>
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_BootstrapMethod
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Dynamic
- Enclosing class:
- ConstantPool
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.
-
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_Dynamic
-