abstract class CLCPInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cpIndex
Index of this object into the constant pool.
|
short |
tag
cp_info.tag item.
|
| Constructor and Description |
|---|
CLCPInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(CLOutputStream out)
Write the contents of this constant pool item to the specified output
stream.
|
void |
writeToStdOut(PrettyPrinter p)
Write the content of this object to STDOUT in a format similar to that of
javap.
|
public int cpIndex
public short tag
public void write(CLOutputStream out) throws IOException
out - output stream.IOException - if an error occurs while writing.public void writeToStdOut(PrettyPrinter p)
p - for pretty printing with indentation.