|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--koala.dynamicjava.classfile.MemberIdentifier
|
+--koala.dynamicjava.classfile.AbstractMethodIdentifier
|
+--koala.dynamicjava.classfile.InterfaceMethodIdentifier
This class is used to represents an interface method
| Constructor Summary | |
InterfaceMethodIdentifier(java.lang.String dc,
java.lang.String n,
java.lang.String t,
java.lang.String[] p)
Creates a new interface 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 InterfaceMethodIdentifier(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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||