com.android.dx.gen
Class MethodId<D,R>

java.lang.Object
  extended by com.android.dx.gen.MethodId<D,R>

public final class MethodId<D,R>
extends Object

A method or constructor.


Method Summary
 boolean equals(Object o)
           
 Type<D> getDeclaringType()
           
 String getName()
           
 List<Type<?>> getParameters()
           
 Type<R> getReturnType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDeclaringType

public Type<D> getDeclaringType()

getReturnType

public Type<R> getReturnType()

getName

public String getName()

getParameters

public List<Type<?>> getParameters()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.