|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectkoala.dynamicjava.classfile.MemberIdentifier
The classes derived from this one are used to represents class members
| Constructor Summary | |
MemberIdentifier(java.lang.String dc,
java.lang.String n,
java.lang.String t)
Initializes the identifier |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is equal to this one |
java.lang.String |
getDeclaringClass()
Returns the declaring class of this member |
java.lang.String |
getName()
Returns the name of this member |
java.lang.String |
getType()
Returns the type of this member in JVM format |
int |
hashCode()
Returns a hash code value for this object |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MemberIdentifier(java.lang.String dc,
java.lang.String n,
java.lang.String t)
dc - the declaring class of this membern - the name of this membert - the type of this member in JVM format| Method Detail |
public java.lang.String getDeclaringClass()
public java.lang.String getName()
public java.lang.String getType()
public boolean equals(java.lang.Object other)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||