package w1;

/* JADX INFO: compiled from: PropertyReference.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class l extends a implements a2.e {
    public l() {
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof l) {
            l lVar = (l) obj;
            return g().equals(lVar.g()) && f().equals(lVar.f()) && h().equals(lVar.h()) && g.a(e(), lVar.e());
        }
        if (obj instanceof a2.e) {
            return obj.equals(c());
        }
        return false;
    }

    public int hashCode() {
        return (((g().hashCode() * 31) + f().hashCode()) * 31) + h().hashCode();
    }

    public String toString() {
        a2.a aVarC = c();
        if (aVarC != this) {
            return aVarC.toString();
        }
        return "property " + f() + " (Kotlin reflection is not available)";
    }

    public l(Object obj, Class cls, String str, String str2, int i3) {
        super(obj, cls, str, str2, (i3 & 1) == 1);
    }
}
