Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_String
java.lang.Object
org.openjdk.asmtools.jasm.ConstantPool.ConstValue
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_String
- Enclosing class:
- ConstantPool
ConstValue
A (typed) tagged value in the constant pool.
-
Field Summary
FieldsFields inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
isSet, tag
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
hashCode, hasValue, size, toString
-
Field Details
-
value
String value
-
-
Constructor Details
-
ConstValue_String
-
-
Method Details
-
_toString
- Overrides:
_toString
in classConstantPool.ConstValue
-
_hashCode
protected int _hashCode()- Overrides:
_hashCode
in classConstantPool.ConstValue
-
equals
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.
-
write
- Overrides:
write
in classConstantPool.ConstValue
- Throws:
IOException
-