com.google.dexmaker
Class FieldId<D,V>

java.lang.Object
  extended by com.google.dexmaker.FieldId<D,V>
Type Parameters:
D - the type declaring this field
V - the type of value this field holds

public final class FieldId<D,V>
extends Object

Identifies a field.


Method Summary
 boolean equals(Object o)
           
 TypeId<D> getDeclaringType()
           
 String getName()
           
 TypeId<V> getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDeclaringType

public TypeId<D> getDeclaringType()

getType

public TypeId<V> getType()

getName

public String getName()

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