public static final class ConstantPool.LongConstantEntry extends ConstantPool.ConstantEntry
| Modifier and Type | Field and Description |
|---|---|
long |
value |
index, owner| Constructor and Description |
|---|
ConstantPool.LongConstantEntry(ConstantPool owner,
long value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConstantPool.Visitor visitor) |
int |
byteLength() |
java.lang.Object |
getConstantValue() |
ConstantPool.Tag |
getTag() |
int |
size()
The number of slots in the constant pool used by this entry.
|
java.lang.String |
toString() |
public ConstantPool.LongConstantEntry(ConstantPool owner, long value)
public ConstantPool.Tag getTag()
getTag in class ConstantPool.Entrypublic int byteLength()
byteLength in class ConstantPool.Entrypublic int size()
ConstantPool.Entrysize in class ConstantPool.Entrypublic void accept(ConstantPool.Visitor visitor)
accept in class ConstantPool.Entrypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getConstantValue()
getConstantValue in class ConstantPool.ConstantEntry