com.google.dexmaker
Class FieldId<D,V>
java.lang.Object
com.google.dexmaker.FieldId<D,V>
- Type Parameters:
D
- the type declaring this fieldV
- the type of value this field holds
public final class FieldId<D,V>
- extends Object
Identifies a field.
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