Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_IndyPair
java.lang.Object
org.openjdk.asmtools.jasm.ConstantPool.ConstValue
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyOrCondyPair
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyPair
- Enclosing class:
- ConstantPool
public static class ConstantPool.ConstValue_IndyPair
extends ConstantPool.ConstValue_IndyOrCondyPair
ConstValue
A (typed) tagged value in the constant pool.
-
Field Summary
Fields inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyOrCondyPair
bsmData, napeCell
Fields inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
isSet, tag
-
Constructor Summary
ConstructorsConstructorDescriptionConstValue_IndyPair
(BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell) -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyOrCondyPair
_hashCode, equals, toString, write
Methods inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
_toString, hashCode, hasValue, size
-
Constructor Details
-
ConstValue_IndyPair
-