|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.ConstBasic
Abstract base class of the types which represent entries in the class constant pool.
Field Summary | |
protected int |
index
|
Constructor Summary | |
(package private) |
ConstBasic()
The constructor for subtypes |
Method Summary | |
(package private) abstract void |
formatData(java.io.DataOutputStream b)
Write this Constant pool entry to the output stream |
int |
getIndex()
|
(package private) java.lang.String |
indexAsString()
Return the index of this constant in the constant pool as a decimal formatted String. |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
(package private) abstract void |
resolve(ConstantPool p)
Resolve integer index references to the actual constant pool entries that they represent. |
(package private) void |
setIndex(int ind)
Sets the index of this constant with its containing constant pool |
abstract int |
tag()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int index
Constructor Detail |
ConstBasic()
Method Detail |
public int getIndex()
public abstract int tag()
void setIndex(int ind)
abstract void formatData(java.io.DataOutputStream b) throws java.io.IOException
java.io.IOException
abstract void resolve(ConstantPool p)
java.lang.String indexAsString()
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |