Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_IndyOrCondyPair
- java.lang.Object
-
- org.openjdk.asmtools.jasm.ConstantPool.ConstValue
-
- org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyOrCondyPair
-
- Direct Known Subclasses:
ConstantPool.ConstValue_CondyPair
,ConstantPool.ConstValue_IndyPair
- Enclosing class:
- ConstantPool
public static class ConstantPool.ConstValue_IndyOrCondyPair extends ConstantPool.ConstValue
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BootstrapMethodData
bsmData
(package private) ConstantPool.ConstCell
napeCell
-
Fields inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
isSet, tag
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConstValue_IndyOrCondyPair(Tables.ConstType tag, BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
_hashCode()
boolean
equals(java.lang.Object obj)
Compares this object to the specified object.java.lang.String
toString()
void
write(CheckedDataOutputStream out)
-
Methods inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
_toString, hashCode, hasValue, size
-
-
-
-
Field Detail
-
bsmData
BootstrapMethodData bsmData
-
napeCell
ConstantPool.ConstCell napeCell
-
-
Constructor Detail
-
ConstValue_IndyOrCondyPair
protected ConstValue_IndyOrCondyPair(Tables.ConstType tag, BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Description copied from class:ConstantPool.ConstValue
Compares this object to the specified object. Sub-classes must override this- Overrides:
equals
in classConstantPool.ConstValue
- Parameters:
obj
- the object to compare with- Returns:
- true if the objects are the same; false otherwise.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classConstantPool.ConstValue
-
_hashCode
protected int _hashCode()
- Overrides:
_hashCode
in classConstantPool.ConstValue
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
- Overrides:
write
in classConstantPool.ConstValue
- Throws:
java.io.IOException
-
-