public abstract class ConstantPool.Entry
extends java.lang.Object
| Constructor and Description |
|---|
ConstantPool.Entry(byte tag)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getEntryIndex()
Get the index in the constant pool.
|
byte |
getTag()
Gets the tag related to this entry.
|
abstract void |
writeData(java.io.DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
public ConstantPool.Entry(byte tag)
tag - One of CONSTANT_XXX defined in ConstantPoolpublic short getEntryIndex()
public byte getTag()
public abstract void writeData(java.io.DataOutputStream dos)
throws java.io.IOException
dos - DataOutputStream usedjava.io.IOExceptionCopyright © 2001. Documenation generated January 12 2013.