public class ConstantPoolEntryString extends AbstractConstantPoolEntry implements ConstantPoolEntryLiteral
ConstantPoolEntry.Type
Constructor and Description |
---|
ConstantPoolEntryString(ConstantPool cp,
ByteData data) |
Modifier and Type | Method and Description |
---|---|
void |
dump(Dumper d) |
long |
getRawByteLength() |
StackType |
getStackType() |
String |
getValue() |
getCp
public ConstantPoolEntryString(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength
in interface ConstantPoolEntry
public void dump(Dumper d)
dump
in interface ConstantPoolEntry
public String getValue()
public StackType getStackType()
getStackType
in interface ConstantPoolEntryLiteral
Copyright © 2011-2021. All Rights Reserved.