|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectalt.jiapi.file.ConstantPool.Entry
public abstract class ConstantPool.Entry
Base class for entries in ConstantPool.
| Constructor Summary | |
|---|---|
ConstantPool.Entry(byte tag)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantPool.Entry(byte tag)
tag - One of CONSTANT_XXX defined in ConstantPool| Method Detail |
|---|
public short getEntryIndex()
public byte getTag()
public abstract void writeData(java.io.DataOutputStream dos)
throws java.io.IOException
dos - DataOutputStream used
java.io.IOException
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||