|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.dexmaker.MethodId<D,R>
D - the type declaring this fieldR - the return type of this methodpublic final class MethodId<D,R>
Identifies a method or constructor.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
TypeId<D> |
getDeclaringType()
|
String |
getName()
Returns the method's name. |
List<TypeId<?>> |
getParameters()
|
TypeId<R> |
getReturnType()
|
int |
hashCode()
|
boolean |
isConstructor()
Returns true if this method is a constructor for its declaring class. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public TypeId<D> getDeclaringType()
public TypeId<R> getReturnType()
public boolean isConstructor()
public String getName()
public List<TypeId<?>> getParameters()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||