-
- All Implemented Interfaces:
public final class ConstantUtf8Info extends AbstractConstant
Describes a CONSTANT_Utf8_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringstringprivate final ConstantTypeconstantTypeprivate final Stringverboseprivate final ByteArraybytes
-
Constructor Summary
Constructors Constructor Description ConstantUtf8Info(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final StringgetString()The string in this entry. final UnitsetString(String string)The string in this entry. ConstantTypegetConstantType()Type of the cp_info structure. StringgetVerbose()final ByteArraygetBytes()Booleanequals(Object other)Check if constant is equal to another one. IntegerhashCode()Hash code of the constant, -
-
Constructor Detail
-
ConstantUtf8Info
ConstantUtf8Info(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
getVerbose
String getVerbose()
-
-
-
-