|
|||||||||||
| 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
koala.dynamicjava.classfile.MethodIdentifier
This class is used to represents a method
| Constructor Summary | |
MethodIdentifier(java.lang.String dc,
java.lang.String n,
java.lang.String t,
java.lang.String[] p)
Creates a new method identifier |
|
| Methods inherited from class koala.dynamicjava.classfile.AbstractMethodIdentifier |
equals, getParameters, hashCode |
| 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 MethodIdentifier(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 return type of this member in JVM formatp - the parameters types
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||