|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.MemberID
public abstract class MemberID
A class representing an identifier.
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object o)
|
net.sf.transjvm.ClassID |
getOwningClass()
Returns the TypeID of the class enclosing this ID. |
int |
getRef(ConstantPool pool)
Returns the (16 bit unsigned) reference integer for this ID in the ConstantPool pool. |
abstract int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public net.sf.transjvm.ClassID getOwningClass()
public abstract boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public final int getRef(ConstantPool pool)
pool
- The ConstantPool to get the reference from.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |