public abstract class ConstantPool.Entry
extends java.lang.Object
Constructor and Description |
---|
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 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.IOException
Copyright © 2001. Documenation generated February 9 2016.