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