public abstract class CpoolEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
index
This entry's index in the constant pool.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CpoolEntry () |
CpoolEntry (ConstantPool cpool,
int h) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex () |
abstract int |
getTag () |
int |
hashCode () |
abstract void |
print (ClassTypeWriter dst,
int verbosity)
Print this constant pool entry.
|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic int index
protected CpoolEntry()
public CpoolEntry(ConstantPool cpool, int h)
public int getIndex()
public abstract int getTag()
public int hashCode()
hashCode in class java.lang.Objectpublic abstract void print(ClassTypeWriter dst, int verbosity)