Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_Cell<T extends ConstValue<?>>
java.lang.Object
org.openjdk.asmtools.jasm.ConstValue<ConstCell<T>>
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Cell<T>
- Direct Known Subclasses:
ConstantPool.ConstValue_Class
,ConstantPool.ConstValue_MethodType
,ConstantPool.ConstValue_Module
,ConstantPool.ConstValue_Package
,ConstantPool.ConstValue_String
- Enclosing class:
- ConstantPool
public static class ConstantPool.ConstValue_Cell<T extends ConstValue<?>>
extends ConstValue<ConstCell<T>>
CONSTANT_Cell represents CONSTANT_Class(7), CONSTANT_String(8), CONSTANT_MethodType(16),
CONSTANT_Module(19), CONSTANT_Package(20) constants
-
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.ConstValue
asString, equalsByValue, setValue, size
-
Constructor Details
-
ConstValue_Cell
-
-
Method Details
-
toString
- Overrides:
toString
in classConstValue<ConstCell<T extends ConstValue<?>>>
-
write
- Overrides:
write
in classConstValue<ConstCell<T extends ConstValue<?>>>
- Throws:
IOException
-
isSet
public boolean isSet()- Overrides:
isSet
in classConstValue<ConstCell<T extends ConstValue<?>>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classConstValue<ConstCell<T extends ConstValue<?>>>
-
equals
- Overrides:
equals
in classConstValue<ConstCell<T extends ConstValue<?>>>
-