public abstract static class ConstantPool.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
index |
protected ConstantPool |
owner |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(ConstantPool.Visitor visitor) |
abstract int |
byteLength() |
abstract ConstantPool.Tag |
getTag() |
int |
size()
The number of slots in the constant pool used by this entry.
|
public final int index
protected final ConstantPool owner
public abstract ConstantPool.Tag getTag()
public int size()
public abstract int byteLength()
public abstract void accept(ConstantPool.Visitor visitor)