public class UTF8CPEntry extends Object implements ConstantPoolEntry
UTF8CPEntry represents a constant string value in the constant pool.ConstantPoolEntry.EntryType| Constructor and Description |
|---|
UTF8CPEntry(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ConstantPoolEntry.EntryType |
getEntryType() |
String |
getValue() |
int |
hashCode() |
public UTF8CPEntry(String value)
public String getValue()
public ConstantPoolEntry.EntryType getEntryType()
getEntryType in interface ConstantPoolEntryCopyright © 2018 WSO2. All rights reserved.