| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.bytecode.CpoolEntrygnu.bytecode.CpoolStringpublic class CpoolStringextends CpoolEntryField Summary |
Fields inherited from class gnu.bytecode.CpoolEntry | |
index | |
Method Summary | |
CpoolUtf8 | |
int |
|
int |
|
void |
|
Methods inherited from class gnu.bytecode.CpoolEntry | |
getIndex, getTag, hashCode, print | |
public void print(ClassTypeWriter dst, int verbosity)
Print this constant pool entry. If verbosity==0, print very tersely (no extraneous text). If verbosity==1, prefix the type of the constant. If verbosity==2, add more descriptive text.
- Overrides:
- print in interface CpoolEntry