Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstCell
java.lang.Object
org.openjdk.asmtools.jasm.Argument
org.openjdk.asmtools.jasm.ConstantPool.ConstCell
- All Implemented Interfaces:
Data
- Enclosing class:
- ConstantPool
ConstantCell
ConstantCell is a type of data that can be in a constant pool.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ConstantPool.ReferenceRank
(package private) ConstantPool.ConstValue
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ref
-
rank
-
-
Constructor Details
-
ConstCell
ConstCell(int arg, ConstantPool.ConstValue ref) -
ConstCell
ConstCell(ConstantPool.ConstValue ref) -
ConstCell
ConstCell(int arg)
-
-
Method Details
-
getLength
public int getLength() -
write
- Specified by:
write
in interfaceData
- Throws:
IOException
-
setRank
-
hashCode
public int hashCode() -
equals
Description copied from class:Argument
Compares this object to the specified object. -
isUnset
public boolean isUnset() -
toString
-